Ignore:
Timestamp:
01/28/22 18:45:54 (2 years ago)
Author:
Ema <ema_spirova@…>
Branches:
master
Children:
6fe77af
Parents:
b738035
Message:

search all locations by city or region

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trip-planner/src/main/java/finki/diplomska/tripplanner/security/SecurityConfig.java

    rb738035 r76712b2  
    7979                .antMatchers("/api/villages").permitAll()
    8080                .antMatchers("/api/cities").permitAll()
     81                .antMatchers("/api/all").permitAll()
     82                .antMatchers("/api/places").permitAll()
    8183                .anyRequest().authenticated();
    8284        http.addFilterBefore(jwtAuthenticationFilter(), UsernamePasswordAuthenticationFilter.class);
Note: See TracChangeset for help on using the changeset viewer.