init
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
package routs
|
||||
|
||||
import (
|
||||
"apiServer_service/apps"
|
||||
"github.com/cloudwego/hertz/pkg/route"
|
||||
)
|
||||
|
||||
func RegisterIndexRoutes(r *route.RouterGroup) {
|
||||
index := r.Group("/index")
|
||||
{
|
||||
index.GET("/ping", apps.Ping)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user