Skip to content
Snippets Groups Projects
Commit fac3e249 authored by Christopher Feldhues's avatar Christopher Feldhues :call_me_tone1:
Browse files

...

parent 5de26a72
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment