Skip to content

Commit

Permalink
Merge pull request #18 from fr35wo/feature/board
Browse files Browse the repository at this point in the history
모니터링 툴 연동
  • Loading branch information
fr35wo authored Aug 6, 2024
2 parents 4424a2f + baec102 commit 01e2752
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ private void permitAllForOAuthEndpoints(HttpSecurity http) throws Exception {
"/api/github/token",
"/api/apple/token",
"/api/token/access",
"/local-act-dashboard/prometheus",
"/{env}-act-dashboard/prometheus",
};

for (String url : permittedUrls) {
Expand Down

0 comments on commit 01e2752

Please sign in to comment.