Skip to content

Commit e89481c

Browse files
authored
Merge pull request #52 from SW-DiffLens/feat#49
[CHORE] cors 5173 허용
2 parents e892753 + f35b936 commit e89481c

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

src/main/resources/application-dev.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ spring:
66
security:
77
allowed-origins:
88
- "https://api.difflens.site"
9+
- "http://localhost:3000"
10+
- "http://127.0.0.1:3000"
11+
- "http://localhost:8080"
12+
- "http://localhost:5173"
13+
- "http://127.0.0.1:5173"
914

1015
datasource:
1116
url: ${PSQL_URL}

src/main/resources/application-local.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ spring:
88
- "http://localhost:3000"
99
- "http://127.0.0.1:3000"
1010
- "http://localhost:8080"
11+
- "http://localhost:5173"
12+
- "http://127.0.0.1:5173"
1113

1214
datasource:
1315
url: ${PSQL_URL}

0 commit comments

Comments
 (0)