Update code in endpoints/new.get.py
This commit is contained in:
parent
155205f922
commit
9cd966ffb3
@ -0,0 +1,7 @@
|
||||
from fastapi import APIRouter, status
|
||||
|
||||
router = APIRouter()
|
||||
|
||||
@router.get("/new", status_code=status.HTTP_200_OK)
|
||||
async def project_status():
|
||||
return {"message": "the project works"}
|
Loading…
x
Reference in New Issue
Block a user