Compare commits

..

2 Commits

Author SHA1 Message Date
195406d1bb Merge pull request 'replace backend address' (#9) from hotfix/address into master
Reviewed-on: #9
2023-12-17 13:20:30 +01:00
fc2c6fdbd8 replace backend address 2023-12-17 13:20:29 +01:00

View File

@@ -10,7 +10,7 @@ app = FastAPI()
origins = [
"http://localhost:8084",
"https://backoffice.valczeryba.ovh"
"https://backend.valczeryba.ovh"
]
app.add_middleware(