Commit b92e4d1
authored
CORS 수정 (#17)
* Test: 테스트용 application.yml 파일 추가
* Feat: Dockerfile 작성
* Refactor: AI 요구사항에 맞게 코드 수정
* Fix: H2 관련 설정 삭제
* Refactor: 식당 ID를 반환하도록 추가
* Refactor: AI 요구사항에 맞춰 수정
* Refactor: AI 요구사항에 맞도록 수정
* Test: 테스트 코드 수정
* Refactor: 회원 상세정보 필드 추가
* Refactor: 테스트 환경 간 모든 요청 허용
* Feat: 에러 발생 시 CORS 설정 추가
* Refactor: 회원 상세 정보 입력 로직 수정
* Refactor: CORS 설정 추가1 parent 61cd09f commit b92e4d1
File tree
2 files changed
+35
-3
lines changed- src/main/java/workplate/workplateserver/config
2 files changed
+35
-3
lines changedLines changed: 32 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | 3 | | |
5 | 4 | | |
6 | 5 | | |
7 | 6 | | |
8 | 7 | | |
9 | 8 | | |
10 | | - | |
11 | 9 | | |
12 | 10 | | |
13 | 11 | | |
| 12 | + | |
14 | 13 | | |
15 | 14 | | |
16 | 15 | | |
| |||
31 | 30 | | |
32 | 31 | | |
33 | 32 | | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| |||
0 commit comments