This commit is contained in:
2025-10-21 21:04:16 +08:00
parent 625beff086
commit e13b663203
2 changed files with 21 additions and 7 deletions
+1 -4
View File
@@ -27,11 +27,8 @@ func init() {
func ApiRoot(r *gin.RouterGroup) {
// r.GET("/", func(ctx *gin.Context) {
// //ReturnJson(ctx, "apiOK", nil)
// })
r.GET("/", func(ctx *gin.Context) {
ReturnJson(ctx, "apiOK", nil)
})
}