misc
This commit is contained in:
@@ -62,6 +62,7 @@ class Misc(FastAPI):
|
||||
self.upload_activity_image,
|
||||
methods=["POST"],
|
||||
dependencies=[Depends(RateLimiter(times=10, seconds=2))],
|
||||
include_in_schema=False,
|
||||
)
|
||||
|
||||
logging.debug("Loading NaaS reasons")
|
||||
|
||||
Reference in New Issue
Block a user