misc
This commit is contained in:
@@ -114,7 +114,7 @@ class Karma(FastAPI):
|
||||
|
||||
for endpoint, handler in self.endpoints.items():
|
||||
app.add_api_route(f"/{endpoint}", handler, methods=["POST"],
|
||||
include_in_schema=False)
|
||||
include_in_schema=True)
|
||||
|
||||
|
||||
async def top_karma_handler(self, request: Request,
|
||||
|
||||
Reference in New Issue
Block a user