mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
App remove API route fix
This commit is contained in:
parent
4396baa584
commit
3cafe1dda0
1 changed files with 1 additions and 1 deletions
|
@ -310,7 +310,7 @@ app:
|
||||||
### app_remove() TODO: Write help
|
### app_remove() TODO: Write help
|
||||||
remove:
|
remove:
|
||||||
action_help: Remove app
|
action_help: Remove app
|
||||||
api: DELETE /app/{app}
|
api: DELETE /app
|
||||||
arguments:
|
arguments:
|
||||||
app:
|
app:
|
||||||
help: App(s) to delete
|
help: App(s) to delete
|
||||||
|
|
Loading…
Reference in a new issue