Skip to content

Commit

Permalink
Merge pull request #113 from 2024-SummerBootcamp-Team/develop
Browse files Browse the repository at this point in the history
[main] main Merge
  • Loading branch information
dlwhsk0 authored Jul 24, 2024
2 parents d73666a + 755fcc5 commit 016d77a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
# CORS 설정
app.add_middleware(
CORSMiddleware,
allow_origins=["*"], # 모든 도메인에서의 요청을 허용
allow_origins=["http://localhost:5173", "https://brain-washer.net/"], # 모든 도메인에서의 요청을 허용
allow_credentials=True,
allow_methods=["GET", "POST", "PUT", "DELETE", "OPTIONS"], # 허용할 메서드들 설정
allow_headers=["*"], # 모든 헤더를 허용
Expand Down

0 comments on commit 016d77a

Please sign in to comment.