feat: add CORS configuration file for handling cross-origin requests

This commit is contained in:
2026-07-02 09:49:29 -03:00
parent efa499d993
commit e5bc2cbe38
2 changed files with 35 additions and 0 deletions

View File

@@ -3,6 +3,7 @@ APP_ENV=local
APP_KEY=
APP_DEBUG=true
APP_URL=http://localhost
FRONTEND_URL=http://localhost:4200
APP_LOCALE=en
APP_FALLBACK_LOCALE=en