Skip to content

Commit 3b40b73

Browse files
feat: CORS 허용 도메인 추가 (#218)
1 parent 7ff4883 commit 3b40b73

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/main/resources/application-dev.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,5 @@ app:
7575

7676
cors:
7777
allowed-origins:
78-
- http://localhost:3000
78+
- http://localhost:3000
79+
- http://localhost:5173

0 commit comments

Comments
 (0)