mirror of
https://github.com/a-mayb3/Kanban_clone_backend.git
synced 2026-03-21 10:05:38 +01:00
ping pong :)
This commit is contained in:
parent
abd4d5e988
commit
d76a50f5f0
1 changed files with 4 additions and 0 deletions
4
main.py
4
main.py
|
|
@ -8,3 +8,7 @@ app = FastAPI()
|
||||||
app.include_router(tasks_router)
|
app.include_router(tasks_router)
|
||||||
app.include_router(projects_router)
|
app.include_router(projects_router)
|
||||||
|
|
||||||
|
"""ping pong :)"""
|
||||||
|
@app.get("/ping")
|
||||||
|
def ping():
|
||||||
|
return {"message": "pong"}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue