Skip to content

Commit

Permalink
!hotfix : 견적서 조회 쿼리 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
cowboysj committed Sep 7, 2024
1 parent 47499ca commit ceacb0c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/main/java/FITPET/dev/common/config/WebConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,11 @@ public void addCorsMappings(CorsRegistry registry) {
"https://localhost:3000",
"http://localhost:3000",
"https://fitpet-fe.vercel.app",
"https://3.38.244.36.nip.io"
"https://3.38.244.36.nip.io",
"https://fitpet-admin.vercel.app"



)
.allowedMethods("GET", "POST", "PATCH", "DELETE")
.allowedHeaders("*") // 허용할 헤더
Expand Down

0 comments on commit ceacb0c

Please sign in to comment.