Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2020
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.39 KB | None | 0 0
  1. .antMatchers("/api/menu/**").permitAll()//temp
  2. .antMatchers("/api/users/**").permitAll()//temp
  3. .antMatchers("/api/restaurants/**").permitAll()//temp
  4. .antMatchers("/api/index/**").permitAll()
  5. .antMatchers("/api/tables/**").permitAll()//temp
  6. .antMatchers("/api/opinions/**").permitAll()//temp
  7. .antMatchers("/api/admin/**").permitAll()//temp
  8. .antMatchers("/api/reservations/**").permitAll()//temp
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement