mirror of
https://github.com/yangjian102621/geekai.git
synced 2025-12-26 10:05:57 +08:00
feat: function CRUD operation is ready
This commit is contained in:
@@ -355,6 +355,7 @@ func main() {
|
||||
group.POST("set", h.Set)
|
||||
group.GET("list", h.List)
|
||||
group.GET("remove", h.Remove)
|
||||
group.GET("token", h.GenToken)
|
||||
}),
|
||||
|
||||
fx.Provide(handler.NewTestHandler),
|
||||
|
||||
Reference in New Issue
Block a user