Work on IDAA, badges, and events in general
This commit is contained in:
20
app/main.py
20
app/main.py
@@ -292,25 +292,29 @@ app.include_router(
|
||||
|
||||
# BEGIN: CORS
|
||||
origins = [
|
||||
'http://fastapi.localhost',
|
||||
'http://localhost',
|
||||
'https://oneskyit.com',
|
||||
'http://192.168.32.20:3000',
|
||||
'http://192.168.32.20:8080',
|
||||
'http://fastapi.localhost',
|
||||
'http://localhost',
|
||||
'http://localhost:3000',
|
||||
'http://localhost:5000',
|
||||
'http://localhost:8080',
|
||||
'http://fastapi.localhost:5000',
|
||||
'http://demo.localhost:5000',
|
||||
'http://localhost:7800',
|
||||
'https://oneskyit.com',
|
||||
'https://dev.oneskyit.com',
|
||||
'http://cmsc.home:5000',
|
||||
'http://cmsc.localhost:5000',
|
||||
'http://connect.home:5000',
|
||||
'http://connect.localhost:5000',
|
||||
'http://demo.home:5000',
|
||||
'http://demo.localhost:5000',
|
||||
'http://dev-idaa.home:5000',
|
||||
'http://dev-idaa.localhost:5000',
|
||||
'http://dev.home:5000',
|
||||
'http://connect.home:5000',
|
||||
'http://connect.localhost:5000',
|
||||
'http://fastapi.localhost:5000',
|
||||
'http://idaa.home:5000',
|
||||
'http://idaa.localhost:5000',
|
||||
'http://ishlt.home:5000',
|
||||
'http://ishlt.localhost:5000',
|
||||
'http://svelte.localhost:5555',
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user