diff --git a/app.py b/app.py index bf79932..aeb75a5 100644 --- a/app.py +++ b/app.py @@ -4,5 +4,4 @@ app = Flask(__name__) @app.route("/") def svelte_client(path): - print(f"Trying to return {path}") return send_from_directory("webapp/public/", path) \ No newline at end of file