Add quotes
Some checks failed
SonarQube Scan / SonarQube Trigger (push) Failing after 7s
Build image - Testing / build-api-testing (push) Successful in 18s

This commit is contained in:
Evan 2025-01-22 18:55:55 -05:00
parent 31790a5b34
commit 9e4c4ef5cf

View file

@ -102,5 +102,4 @@ def custom():
@app.route("/test", methods=["GET", "POST"]) @app.route("/test", methods=["GET", "POST"])
@by_path_counter @by_path_counter
def test(): 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." 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.\""