Ignore:
Timestamp:
10/18/22 00:50:33 (2 years ago)
Author:
Gjoko <goko_kostadinov@…>
Branches:
master
Children:
763289e
Parents:
401a211
Message:

Adding register customer functionality

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main/java/edu/gjoko/schedlr/config/AppSecurityConfig.java

    r401a211 r204464d  
    4747                .authorizeRequests()
    4848                .antMatchers("/login*").permitAll()
     49                .antMatchers("/register_customer").permitAll()
     50                .antMatchers("/register_business").permitAll()
    4951                .antMatchers("/css/**").permitAll()
    5052                .antMatchers("/anonymous*").anonymous()
Note: See TracChangeset for help on using the changeset viewer.