Skip to content

Commit

Permalink
Route bug fix again
Browse files Browse the repository at this point in the history
  • Loading branch information
VVoruganti committed Mar 21, 2024
1 parent dfcb45b commit 5fdfdbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/routers/apps.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ async def get_app_by_name(request: Request, name: str, db=db):
return app


@router.post("/", response_model=schemas.App)
@router.post("", response_model=schemas.App)
async def create_app(request: Request, app: schemas.AppCreate, db=db):
"""Create an App
Expand Down

0 comments on commit 5fdfdbc

Please sign in to comment.