Skip to content

Commit

Permalink
fix: instance register
Browse files Browse the repository at this point in the history
Signed-off-by: binaryYuki <60097976+binaryYuki@users.noreply.github.com>
  • Loading branch information
binaryYuki committed Oct 1, 2024
1 parent 3877759 commit a1bcb12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ async def lifespan(_: FastAPI):


# 禁用 openapi.json
app = FastAPI(lifespan=lifespan, title="Anime API", version="1.0.0.beta", openapi_url=None)
app = FastAPI(lifespan=lifespan, title="Anime API", version="1.1.3.beta", openapi_url=None)

app.include_router(authRoute)
app.include_router(userRoute)
Expand Down

0 comments on commit a1bcb12

Please sign in to comment.