We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85d3f50 commit b5cda40Copy full SHA for b5cda40
src/main/kotlin/andreas311/miso/global/security/SecurityConfig.kt
@@ -67,6 +67,7 @@ class SecurityConfig(
67
.antMatchers(HttpMethod.GET, "/recyclables").authenticated()
68
.antMatchers(HttpMethod.GET, "/recyclables/search").authenticated()
69
.antMatchers(HttpMethod.GET, "/recyclables/all").authenticated()
70
+ .antMatchers(HttpMethod.POST, "/recyclables/process_image").authenticated()
71
72
.anyRequest().denyAll()
73
.and()
0 commit comments