Add /test route
Some checks failed
SonarQube Scan / SonarQube Trigger (push) Failing after 30s
Build image - Testing / build-api-testing (push) Successful in 42s

This commit is contained in:
Evan 2025-01-22 18:11:25 -05:00
parent 4d44565443
commit 31790a5b34

View file

@ -97,3 +97,10 @@ def custom():
resp.redirect("/voice") resp.redirect("/voice")
return str(resp) 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."