From fac3e249a7c85460d6e6c9f19c6e95caa349058a Mon Sep 17 00:00:00 2001 From: Christopher Feldhues <cf952789@fh-muenster.de> Date: Tue, 17 Sep 2024 18:01:42 +0200 Subject: [PATCH] ... --- main.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/main.py b/main.py index 5c77d87..197d3ec 100644 --- a/main.py +++ b/main.py @@ -18,4 +18,5 @@ def reset_counter(): counter["count"] = 0 return {"message": "Counter reset", "count": counter["count"]} -# uvicorn main:app --reload \ No newline at end of file +# uvicorn main:app --reload +# http://localhost:8080/docs \ No newline at end of file -- GitLab