diff --git a/routes/http.py b/routes/http.py index af76b17..b8aaf27 100644 --- a/routes/http.py +++ b/routes/http.py @@ -199,7 +199,7 @@ def logs(function_id): return render_block(environment, 'dashboard/http_functions/logs.html', 'page', user_id=user_id, function_id=function_id, name=name, http_function_invocations=http_function_invocations) return render_template("dashboard/http_functions/logs.html", user_id=user_id, name=name, function_id=function_id, http_function_invocations=http_function_invocations) -@http.route("//client", methods=["GET"]) +@http.route("/client/", methods=["GET"]) @login_required def client(function_id): user_id = current_user.id