From fe05f9d669c971ecf083e7c72d323986d042e2bd Mon Sep 17 00:00:00 2001 From: Yasien Mac Mini Date: Tue, 29 Jul 2025 12:29:41 +0200 Subject: [PATCH] change rouyte t add user --- backend/routers/mzansi_directory.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/routers/mzansi_directory.py b/backend/routers/mzansi_directory.py index e88885eb..d9b1cbe6 100644 --- a/backend/routers/mzansi_directory.py +++ b/backend/routers/mzansi_directory.py @@ -352,7 +352,7 @@ async def read_all_ratings_by_business_id(app_id: str,business_id: str, session: finally: dbSession.close() -@router.get("/mzansi-directory/bookmarked-business/all/{app_id}/", tags=["Mzansi Directory"]) +@router.get("/mzansi-directory/bookmarked-business/user/all/{app_id}/", tags=["Mzansi Directory"]) async def read_all_ratings_by_business_id(app_id: str, session: SessionContainer = Depends(verify_session())): # , session: SessionContainer = Depends(verify_session()) dbEngine = mih_database.mihDbConnections.dbAllConnect() dbSession = Session(dbEngine)