You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
315 B
16 lines
315 B
// Code generated by hertz generator. DO NOT EDIT.
|
|
|
|
package main
|
|
|
|
import (
|
|
router "github.com/TremblingV5/DouTok/applications/api/biz/router"
|
|
"github.com/cloudwego/hertz/pkg/app/server"
|
|
)
|
|
|
|
// register registers all routers.
|
|
func register(r *server.Hertz) {
|
|
|
|
router.GeneratedRegister(r)
|
|
|
|
customizedRegister(r)
|
|
}
|
|
|