mirror of
https://github.com/snowykami/neo-blog.git
synced 2025-09-03 15:56:22 +00:00
8 lines
143 B
Go
8 lines
143 B
Go
package apiv1
|
|
|
|
import "github.com/cloudwego/hertz/pkg/route"
|
|
|
|
func registerFileRoutes(group *route.RouterGroup) {
|
|
// TODO: Impl file routes
|
|
}
|