change rouyte t add user
This commit is contained in:
@@ -352,7 +352,7 @@ async def read_all_ratings_by_business_id(app_id: str,business_id: str, session:
|
|||||||
finally:
|
finally:
|
||||||
dbSession.close()
|
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())
|
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()
|
dbEngine = mih_database.mihDbConnections.dbAllConnect()
|
||||||
dbSession = Session(dbEngine)
|
dbSession = Session(dbEngine)
|
||||||
|
|||||||
Reference in New Issue
Block a user