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

View File

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