From e29c808451ee316b70fdfc2cae3628a13cf29304 Mon Sep 17 00:00:00 2001 From: admin <1297598740@qq.com> Date: Wed, 28 Jan 2026 08:40:58 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=88=9D=E5=A7=8B=E5=8C=96=E5=B9=B6?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=20Gin=20=E8=B7=AF=E7=94=B1=E5=99=A8=EF=BC=8C?= =?UTF-8?q?=E6=B3=A8=E5=85=A5=E6=89=80=E6=9C=89=E4=BB=93=E5=BA=93=E3=80=81?= =?UTF-8?q?=E6=9C=8D=E5=8A=A1=E5=92=8C=E5=A4=84=E7=90=86=E5=99=A8=E7=9A=84?= =?UTF-8?q?=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/router/router.go | 3 --- 1 file changed, 3 deletions(-) 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) }