Skip to content

Commit

Permalink
enable cors | 3
Browse files Browse the repository at this point in the history
  • Loading branch information
dulvui committed Jun 6, 2024
1 parent 97d508f commit a8677da
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/conferences/api/conference.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@
app.add_middleware(
CORSMiddleware,
allow_origins=origins,
allow_credentials=True,
allow_methods=["*"],
allow_headers=["*"],
)

@app.get('/api/conferences', )
Expand Down

0 comments on commit a8677da

Please sign in to comment.