open business apis
This commit is contained in:
parent
1a474137fd
commit
6dfa443974
3 changed files with 3 additions and 3 deletions
|
|
@ -176,7 +176,7 @@ async def read_all_businesses(search: str, type: str, session: SessionContainer
|
|||
|
||||
# Get List of all files
|
||||
@router.get("/business/business_id/{business_id}", tags=["MIH Business"])
|
||||
async def read_business_by_business_id(business_id: str, session: SessionContainer = Depends(verify_session())): #, session: SessionContainer = Depends(verify_session())
|
||||
async def read_business_by_business_id(business_id: str): #, session: SessionContainer = Depends(verify_session())
|
||||
dbEngine = mih_database.mihDbConnections.dbAllConnect()
|
||||
dbSession = Session(dbEngine)
|
||||
try:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue