mirror of
https://github.com/xinliangnote/go-gin-api.git
synced 2024-04-21 12:31:46 +00:00
#18 add web
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package gencode_handler
|
||||
|
||||
import "github.com/xinliangnote/go-gin-api/internal/pkg/core"
|
||||
|
||||
func (h *handler) InitView() core.HandlerFunc {
|
||||
return func(c core.Context) {
|
||||
c.HTML("gencode_init", nil)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user