chore: fix some function names in comment (#4665)

Signed-off-by: petercover <raowanxiang@outlook.com>
This commit is contained in:
Peter Cover 2025-01-23 02:35:53 +08:00 committed by GitHub
parent e8eb0b2c50
commit a05737c7e4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -28,7 +28,7 @@ func BackendMonitorEndpoint(bm *services.BackendMonitorService) func(c *fiber.Ct
}
}
// BackendMonitorEndpoint shuts down the specified backend
// BackendShutdownEndpoint shuts down the specified backend
// @Summary Backend monitor endpoint
// @Param request body schema.BackendMonitorRequest true "Backend statistics request"
// @Router /backend/shutdown [post]