Skip to content

Commit

Permalink
Fix CORS paramete name for docker sh
Browse files Browse the repository at this point in the history
  • Loading branch information
alpe committed Sep 3, 2020
1 parent b650fa7 commit c2126cc
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 c2126cc

Please sign in to comment.