Added potentially missing origin for CORS

This commit is contained in:
Maximilian Giller 2023-12-22 16:32:08 +01:00
parent 20f8f64f25
commit e94f2368d1

View file

@ -14,6 +14,7 @@ origins = [
"http://localhost",
"http://localhost:8000",
"http://raspberrypi",
"http://192.168.178.84:8000",
"http://192.168.178.84"
]