Updated CORS

This commit is contained in:
2022-04-19 00:34:25 -04:00
parent 29ae140d65
commit 6f77fcee26
2 changed files with 9 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
{
"folders": [
{
"path": "."
}
],
"settings": {}
}

View File

@@ -353,6 +353,7 @@ app.include_router(
# NOTE: Need to .localhost for less browser restrictions! Mainly for audio and video. # NOTE: Need to .localhost for less browser restrictions! Mainly for audio and video.
origins = [ origins = [
'https://oneskyit.com', 'https://oneskyit.com',
'http://app-local.oneskyit.com',
'http://192.168.32.20:3000', 'http://192.168.32.20:3000',
'http://192.168.32.20:8080', 'http://192.168.32.20:8080',