mirror of
https://github.com/snowykami/neo-blog.git
synced 2025-09-06 01:06:22 +00:00
⚡ initialize project structure with main, routing, and environment utilities
This commit is contained in:
8
internal/router/v1/v1.go
Normal file
8
internal/router/v1/v1.go
Normal file
@ -0,0 +1,8 @@
|
||||
package v1
|
||||
|
||||
import "github.com/cloudwego/hertz/pkg/app/server"
|
||||
|
||||
func RegisterRoutes(h *server.Hertz) {
|
||||
apiV1Group := h.Group("/api/v1")
|
||||
registerUserRoutes(apiV1Group)
|
||||
}
|
Reference in New Issue
Block a user