diff --git a/app.py b/app.py index aeb75a5..b82c5d3 100644 --- a/app.py +++ b/app.py @@ -4,4 +4,4 @@ app = Flask(__name__) @app.route("/") def svelte_client(path): - return send_from_directory("webapp/public/", path) \ No newline at end of file + return send_from_directory("webapp/build/", path) \ No newline at end of file