diff --git a/internal/router/router.go b/internal/router/router.go index b82e97c..ea485f2 100644 --- a/internal/router/router.go +++ b/internal/router/router.go @@ -250,9 +250,6 @@ func Setup(db *gorm.DB, yunAPIClient *service.YunAPIClient, cfg *config.Config) protected.POST("/app-lock/disable", appLockHandler.DisableLock) protected.POST("/app-lock/password/change", appLockHandler.ChangePassword) - // Register notification routes - notificationHandler.RegisterRoutes(protected) - // Register health score routes healthScoreHandler.RegisterRoutes(protected) }