Skip to content

Commit d53fbc6

Browse files
JIWONKIMSclaude
andcommitted
feat: Allow /weather/test1 endpoint for cache testing
Temporarily permit /weather/test1 endpoint to test Redis caching without authentication in production environment. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 4d51a02 commit d53fbc6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/kotlin/com/back/koreaTravelGuide/common/security/SecurityConfig.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ class SecurityConfig(
6161
authorize("/swagger-ui/**", "/v3/api-docs/**", permitAll)
6262
authorize("/api/auth/**", permitAll)
6363
authorize("/actuator/health", permitAll)
64+
authorize("/weather/test1", permitAll)
6465
authorize("/favicon.ico", permitAll)
6566
if (isDev) {
6667
authorize(anyRequest, permitAll)

0 commit comments

Comments
 (0)