mirror of
https://github.com/a-mayb3/Kanban_clone_backend.git
synced 2026-03-21 10:05:38 +01:00
removed TODO comments from main.py
This commit is contained in:
parent
b7d24a85e4
commit
7b011fd887
1 changed files with 0 additions and 4 deletions
4
main.py
4
main.py
|
|
@ -82,10 +82,6 @@ def ping():
|
|||
def source():
|
||||
return {"url": "https://github.com/a-mayb3/Kanban_clone_backend"}
|
||||
|
||||
## TODO: Add root endpoint that gives basic info about the API
|
||||
## TODO: Add more detailed error handling and logging
|
||||
## TODO: Implement authentication and authorization mechanisms
|
||||
|
||||
if __name__ == "__main__":
|
||||
import uvicorn
|
||||
uvicorn.run(app, host="0.0.0.0", port=8000)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue