mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[fix] Correct domain_remove api route (#14)
This commit is contained in:
parent
ff75dc68ee
commit
7b46a718b7
1 changed files with 1 additions and 1 deletions
|
@ -261,7 +261,7 @@ domain:
|
|||
### domain_remove()
|
||||
remove:
|
||||
action_help: Delete domains
|
||||
api: DELETE /domains/<domains>
|
||||
api: DELETE /domains/<domain>
|
||||
configuration:
|
||||
authenticate: all
|
||||
arguments:
|
||||
|
|
Loading…
Add table
Reference in a new issue