mirror of
https://github.com/snowykami/neo-blog.git
synced 2025-09-07 09:46:24 +00:00
⚡ initialize project structure with main, routing, and environment utilities
This commit is contained in:
7
internal/router/v1/user.go
Normal file
7
internal/router/v1/user.go
Normal file
@ -0,0 +1,7 @@
|
||||
package v1
|
||||
|
||||
import "github.com/cloudwego/hertz/pkg/route"
|
||||
|
||||
func registerUserRoutes(group *route.RouterGroup) {
|
||||
|
||||
}
|
Reference in New Issue
Block a user