404 hosts polish

This commit is contained in:
Jamie Curnow
2025-09-24 19:45:00 +10:00
parent 4240e00a46
commit d558594031
10 changed files with 95 additions and 25 deletions

View File

@@ -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 {