diff --git a/app/routes/client.py b/app/routes/client.py index 374210b..8fa32e8 100644 --- a/app/routes/client.py +++ b/app/routes/client.py @@ -97,3 +97,10 @@ def custom(): resp.redirect("/voice") return str(resp) + + +@app.route("/test", methods=["GET", "POST"]) +@by_path_counter +def test(): + return "Successful test. By the way, do you know the muffin man? The muffin man? The muffin man? Do you know the muffin man? He doesn't exist." + \ No newline at end of file