mirror of
https://gitlab.com/megazordpobeda/DataRush.git
synced 2026-05-23 19:07:10 +00:00
added competition endpoints
This commit is contained in:
@@ -15,4 +15,4 @@ router = Router(tags=["ping"])
|
||||
},
|
||||
)
|
||||
def ping(request: HttpRequest) -> tuple[status, schemas.PingOut]:
|
||||
return status.OK, schemas.PingOut
|
||||
return status.OK, schemas.PingOut()
|
||||
|
||||
Reference in New Issue
Block a user