diff --git a/controllers/ngrok_controller.py b/controllers/ngrok_controller.py index 5e0a990..f89ec50 100644 --- a/controllers/ngrok_controller.py +++ b/controllers/ngrok_controller.py @@ -20,3 +20,6 @@ class NgrokController: except self._exceptions.PyngrokError: print("Can't find any latest connections.") # FIXME replace with View entry pass + + def maintain_default_config(self): + self._installer.install_default_config(self._config_path) \ No newline at end of file