Ignore:
Timestamp:
12/28/21 08:56:55 (3 years ago)
Author:
Ema <ema_spirova@…>
Branches:
master
Children:
b738035
Parents:
84d0fbb
Message:

pre final presentation

File:
1 edited

Legend:

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

    r84d0fbb rbdd6491  
    7676                .antMatchers(SIGN_UP_URLS).permitAll()
    7777                .antMatchers(MARIADB_URL).permitAll()
     78                .antMatchers("/api/weekend").permitAll()
     79                .antMatchers("/api/villages").permitAll()
    7880                .anyRequest().authenticated();
    7981        http.addFilterBefore(jwtAuthenticationFilter(), UsernamePasswordAuthenticationFilter.class);
Note: See TracChangeset for help on using the changeset viewer.