Skip to content

Commit

Permalink
enable cors | 2
Browse files Browse the repository at this point in the history
  • Loading branch information
dulvui committed Jun 6, 2024
1 parent 10c2b6f commit 97d508f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/conferences/api/conference.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

from app import get_app
from fastapi.responses import FileResponse
from fastapi.middleware.cors import CORSMiddleware
import conferences.controller as controller

app = get_app()
Expand Down

0 comments on commit 97d508f

Please sign in to comment.