Skip to content

Commit

Permalink
Remove: example api 삭제 (#216)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaewon-pro authored Sep 20, 2024
1 parent 4fd6f5d commit 3a35244
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 59 deletions.
55 changes: 0 additions & 55 deletions src/main/java/com/dnd/runus/domain/example/ExampleController.java

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,7 @@ public class SecurityWebConfig {
};

private static final String[] READ_ONLY_ENDPOINTS = {
"/api/v1/examples/**", // TODO: Remove test endpoints
"/api/v1/servers/versions",
"/actuator/health",
"/actuator/metrics/**",
"/api/v1/servers/versions", "/actuator/health", "/actuator/metrics/**",
};

@Bean
Expand Down

0 comments on commit 3a35244

Please sign in to comment.