mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-12-04 05:20:35 +00:00
Update apps.py
This commit is contained in:
parent
fe43f8eb9a
commit
2f0575a4b0
1 changed files with 2 additions and 2 deletions
|
@ -16,8 +16,8 @@ def list_my_apps():
|
|||
list = manage.get_my_app()
|
||||
return JSONResponse(content=list)
|
||||
|
||||
@router.get("/create")
|
||||
def start_app(app_name: Optional[str] = None):
|
||||
@router.get("/install")
|
||||
def install_app(app_name: Optional[str] = None):
|
||||
|
||||
return {}
|
||||
|
||||
|
|
Loading…
Reference in a new issue