Merge pull request #107 from confio/fix-cors

Add missing --cors argument
This commit is contained in:
merge-when-green[bot] 2020-02-18 22:18:56 +00:00 committed by GitHub
commit ce1e223ece
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,6 +46,7 @@ docker exec "$CONTAINER_NAME" \
wasmcli rest-server \
--node tcp://localhost:26657 \
--trust-node \
--cors \
--laddr tcp://0.0.0.0:1317 \
> "$REST_SERVER_LOGFILE" &