Skip to content

Commit

Permalink
fix: permitAll Url 허용 범위 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
char-yb committed Apr 6, 2024
1 parent f09b38d commit 51ec35b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ permissions:

jobs:
build:
environment: DEV
# build를 진행할 운영체제를 선택합니다.
runs-on: ubuntu-latest

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@ public class WebSecurityConfig {
private static final String[] permitAllUrl = {
"/",
"/auth/**",
"/member/**",
"/board/**",
"/comment/**",
"/hashtag/**",
"/reaction/**",
"/index.html",
"/favicon.ico",
"/robots.txt",
Expand Down

0 comments on commit 51ec35b

Please sign in to comment.