Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion app/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,8 @@ async def handle_validation_error(
APP.include_router(V1, prefix="", tags=["v1"])
APP.include_router(V2, prefix="/v2", tags=["v2"])


# HELLOOOOOO
#hi there
# Running of app.
if __name__ == "__main__":
uvicorn.run(
Expand Down
2 changes: 1 addition & 1 deletion app/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class LatestResponse(BaseModel):
"""
Response for latest.
"""

#hello, testing 2343242
latest: Latest


Expand Down