From 191b05c305ca0a7db32431293ffea0043c7df680 Mon Sep 17 00:00:00 2001 From: thomas girod Date: Thu, 25 Jul 2024 23:31:54 +0200 Subject: [PATCH] Fix button to remove a user from picture --- sas/api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sas/api.py b/sas/api.py index 9e347edb..5d202942 100644 --- a/sas/api.py +++ b/sas/api.py @@ -14,7 +14,7 @@ from sas.schemas import ( ) -@api_controller("/sas/pictures") +@api_controller("/sas/picture") class PicturesController(ControllerBase): @route.get( "",