fix cors in deployment

This commit is contained in:
Alexandros Mandilaras 2024-09-23 14:01:42 +03:00
parent 3350bb1835
commit 7262df32e1
3 changed files with 3 additions and 3 deletions

View File

@ -1,3 +1,3 @@
web:
cors:
allowed-origins: [ http://host.docker.internal:8081 ]
allowed-origins: [ http://host.docker.internal:8081, http://localhost:8081 ]

View File

@ -1,3 +1,3 @@
web:
cors:
allowed-origins: [ http://host.docker.internal:8081 ]
allowed-origins: [ http://host.docker.internal:8081, http://localhost:8081 ]

View File

@ -1,3 +1,3 @@
web:
cors:
allowed-origins: [ http://host.docker.internal:8081 ]
allowed-origins: [ http://host.docker.internal:8081, http://localhost:8081 ]