Create application ngrok tunnel method moved to utils

This commit is contained in:
Fabio Manganiello 2021-11-07 11:35:47 +01:00
parent de25719563
commit 195ae5c488
Signed by untrusted user: blacklight
GPG Key ID: D90FBA7F76362774
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ def _get_http_port() -> int:
return http.port return http.port
def create_ngrok_tunnel() -> str: def get_or_create_ngrok_tunnel() -> str:
""" """
This method creates an ngrok tunnel for the local web application, This method creates an ngrok tunnel for the local web application,
useful to register public HTTPS callback URLs on the fly from plugins useful to register public HTTPS callback URLs on the fly from plugins