Remove --cors from wasmcli rest-server

This commit is contained in:
Simon Warta 2020-07-23 17:08:46 +02:00
parent 3a2315ab73
commit 5b9e22960f

View File

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