Skip to content

Commit

Permalink
Fix: CORS issue with OpenAPI
Browse files Browse the repository at this point in the history
  • Loading branch information
GBHU753 committed Aug 7, 2024
1 parent 25a2303 commit f1a4e79
Show file tree
Hide file tree
Showing 3 changed files with 2,746 additions and 1 deletion.
2,746 changes: 2,745 additions & 1 deletion backend/docs/api_docs.json

Large diffs are not rendered by default.

Binary file modified docker/database/data.db
Binary file not shown.
1 change: 1 addition & 0 deletions docker/docker-compose.microservice.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ services:
DB_CLIENT: "sqlite3"
DB_FILENAME: "/directus/database/data.db"
CORS_ENABLED: "true"
CORS_ORIGIN: "true"

# For external database
# DB_CLIENT: "pg"
Expand Down

0 comments on commit f1a4e79

Please sign in to comment.