mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-01-24 10:17:15 +08:00
update apps.py
This commit is contained in:
parent
954c2cb79b
commit
a4aee8ab47
@ -16,7 +16,7 @@ router = APIRouter()
|
||||
def app_detail(app_id: Optional[str] = None):
|
||||
myLogger.info_logger("Receive request: /api/v1/apps/details")
|
||||
list = manage.get_app_detail(app_id)
|
||||
return JSONResponse(content=list)
|
||||
return list
|
||||
|
||||
@router.api_route("", methods=["GET", "POST"])
|
||||
def list_my_apps():
|
||||
|
Loading…
Reference in New Issue
Block a user