mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-10-04 20:00:12 +00:00
404 hosts polish
This commit is contained in:
@@ -121,7 +121,7 @@ router
|
||||
/**
|
||||
* PUT /api/nginx/dead-hosts/123
|
||||
*
|
||||
* Update and existing dead-host
|
||||
* Update an existing dead-host
|
||||
*/
|
||||
.put(async (req, res, next) => {
|
||||
try {
|
||||
@@ -138,7 +138,7 @@ router
|
||||
/**
|
||||
* DELETE /api/nginx/dead-hosts/123
|
||||
*
|
||||
* Update and existing dead-host
|
||||
* Delete a dead-host
|
||||
*/
|
||||
.delete(async (req, res, next) => {
|
||||
try {
|
||||
|
Reference in New Issue
Block a user