Added potentially missing origin for CORS
This commit is contained in:
parent
20f8f64f25
commit
e94f2368d1
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ origins = [
|
|||
"http://localhost",
|
||||
"http://localhost:8000",
|
||||
"http://raspberrypi",
|
||||
"http://192.168.178.84:8000",
|
||||
"http://192.168.178.84"
|
||||
]
|
||||
|
||||
|
|
Loading…
Reference in a new issue