Changeset fa32d0f for petify-backend


Ignore:
Timestamp:
05/05/26 13:56:31 (3 hours ago)
Author:
veronika-ils <ilioskaveronika@…>
Branches:
master
Parents:
92e7c7a
Message:

Added form for clinics

Location:
petify-backend/src/main/java/com/petify/petify
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • petify-backend/src/main/java/com/petify/petify/config/SecurityConfig.java

    r92e7c7a rfa32d0f  
    111111                        .requestMatchers(HttpMethod.GET,"/api/users/admin/listings").permitAll()
    112112                        .requestMatchers(HttpMethod.GET, "/api/admin/clinic-applications").permitAll()
     113                        .requestMatchers(HttpMethod.POST, "/api/clinic-applications").permitAll()
    113114                        .requestMatchers(HttpMethod.PATCH, "/api/admin/clinic-applications/*/approve").permitAll()
    114115                        .requestMatchers(HttpMethod.PATCH, "/api/admin/clinic-applications/*/deny").permitAll()
Note: See TracChangeset for help on using the changeset viewer.