Skip to content

Commit

Permalink
Doc updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdlaird committed Oct 11, 2020
1 parent aeb991f commit 84e90c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/integrations.rst
Expand Up @@ -43,7 +43,7 @@ same place.
# Open a ngrok tunnel to the dev server
public_url = ngrok.connect(port)
print(" * ngrok tunnel \"{}\" -> \"http://127.0.0.1:{}/\"".format(public_url, port))
print(" * ngrok tunnel \"{}\" -> \"http://127.0.0.1:{}\"".format(public_url, port))
# Update any base URLs or webhooks to use the public ngrok URL
app.config["BASE_URL"] = public_url
Expand Down

0 comments on commit 84e90c9

Please sign in to comment.