v0.0.8 | CORS 설정에 X-NHN-Appkey 헤더 허용 추가
All checks were successful
Build And Test / build-and-push (push) Successful in 36s
All checks were successful
Build And Test / build-and-push (push) Successful in 36s
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@ -158,6 +158,7 @@ CORS_ALLOW_HEADERS = [
|
||||
"x-nhn-region",
|
||||
"x-nhn-tenant-id",
|
||||
"x-nhn-storage-account",
|
||||
"x-nhn-appkey",
|
||||
]
|
||||
|
||||
# REST Framework settings
|
||||
|
||||
Reference in New Issue
Block a user