1
0
mirror of https://github.com/ae-utbm/sith.git synced 2025-07-12 21:09:24 +00:00

Fix button to remove a user from picture

This commit is contained in:
thomas girod
2024-07-25 23:31:54 +02:00
parent 215fdce411
commit 191b05c305

@ -14,7 +14,7 @@ from sas.schemas import (
)
@api_controller("/sas/pictures")
@api_controller("/sas/picture")
class PicturesController(ControllerBase):
@route.get(
"",