BREAKING(api): remove /reload api

This commit is contained in:
yusing
2026-02-05 22:56:43 +08:00
parent fc540ea419
commit 953ec80556
3 changed files with 0 additions and 30 deletions

View File

@@ -76,7 +76,6 @@ func NewHandler(requireAuth bool) *gin.Engine {
v1.GET("/favicon", apiV1.FavIcon)
v1.GET("/health", apiV1.Health)
v1.GET("/icons", apiV1.Icons)
v1.POST("/reload", apiV1.Reload)
v1.GET("/stats", apiV1.Stats)
route := v1.Group("/route")