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
+1
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" &