Skip to content

Commit

Permalink
trying github action - the second
Browse files Browse the repository at this point in the history
  • Loading branch information
Deutscher775 authored Aug 21, 2024
1 parent 0d804c4 commit 3718827
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def view_logs(token: Annotated[str, fastapi.Query(max_length=85, min_length=10)]

@api.get("/ga-test")
def ga_test():
return fastapi.responses.JSONResponse(status_code=200, content={"commited": "210824-11"})
return fastapi.responses.JSONResponse(status_code=200, content={"commited": "210824-15"})

@api.get("/assets/{asset}", description="Get an asset.")
def get_asset(asset: str, width: int = None, height: int = None):
Expand Down

0 comments on commit 3718827

Please sign in to comment.