This commit is contained in:
2025-12-18 07:27:37 -05:00
parent 6240888ac5
commit 041de95698
8 changed files with 1151 additions and 745 deletions

View File

@@ -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")