feat: Update endpoint route

This commit is contained in:
Backend IM Bot 2025-03-21 16:11:16 +00:00
parent 33ce7a2641
commit 8283eb0742

View File

@ -19,4 +19,4 @@ async def get_route(request: Request):
"rate_limit": 100, "rate_limit": 100,
"expires_in": 3600 "expires_in": 3600
} }
} }