Work on IDAA, badges, and events in general

This commit is contained in:
Scott Idem
2021-10-07 14:53:18 -04:00
parent c96459a128
commit dab011fbee
2 changed files with 27 additions and 23 deletions

View File

@@ -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',
]