fix cors in deployment
This commit is contained in:
parent
3350bb1835
commit
7262df32e1
|
@ -1,3 +1,3 @@
|
||||||
web:
|
web:
|
||||||
cors:
|
cors:
|
||||||
allowed-origins: [ http://host.docker.internal:8081 ]
|
allowed-origins: [ http://host.docker.internal:8081, http://localhost:8081 ]
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
web:
|
web:
|
||||||
cors:
|
cors:
|
||||||
allowed-origins: [ http://host.docker.internal:8081 ]
|
allowed-origins: [ http://host.docker.internal:8081, http://localhost:8081 ]
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
web:
|
web:
|
||||||
cors:
|
cors:
|
||||||
allowed-origins: [ http://host.docker.internal:8081 ]
|
allowed-origins: [ http://host.docker.internal:8081, http://localhost:8081 ]
|
||||||
|
|
Loading…
Reference in New Issue