Skip to content

Commit

Permalink
Merge pull request #265 from CosmWasm/docker_run_rest
Browse files Browse the repository at this point in the history
Fix CORS paramete name for docker sh
  • Loading branch information
ethanfrey authored Oct 5, 2020
2 parents b650fa7 + c2126cc commit 7551217
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/run_rest_server.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
#set -euo pipefail

wasmcli rest-server --laddr tcp://0.0.0.0:1317 --trust-node --cors
wasmcli rest-server --laddr tcp://0.0.0.0:1317 --trust-node --unsafe-cors

0 comments on commit 7551217

Please sign in to comment.