Fix CORS: allow tasteby.net origin and integrate with Spring Security

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
joungmin
2026-03-09 20:30:54 +09:00
parent 6d05be2331
commit a844fd44cc
3 changed files with 20 additions and 9 deletions

View File

@@ -38,7 +38,7 @@ app:
expiration-days: 7
cors:
allowed-origins: http://localhost:3000,http://localhost:3001
allowed-origins: http://localhost:3000,http://localhost:3001,https://www.tasteby.net,https://tasteby.net
oracle:
wallet-path: ${ORACLE_WALLET:}