mirror of
https://github.com/cosmos/cosmjs.git
synced 2025-03-11 14:09:15 +00:00
Add missing --cors argument
Missing part of https://github.com/confio/cosmwasm-js/pull/106
This commit is contained in:
parent
d4f86da5d5
commit
c9cb865ba8
@ -46,6 +46,7 @@ docker exec "$CONTAINER_NAME" \
|
|||||||
wasmcli rest-server \
|
wasmcli rest-server \
|
||||||
--node tcp://localhost:26657 \
|
--node tcp://localhost:26657 \
|
||||||
--trust-node \
|
--trust-node \
|
||||||
|
--cors \
|
||||||
--laddr tcp://0.0.0.0:1317 \
|
--laddr tcp://0.0.0.0:1317 \
|
||||||
> "$REST_SERVER_LOGFILE" &
|
> "$REST_SERVER_LOGFILE" &
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user