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.

12 lines
165 B

9 months ago
  1. package app
  2. import "github.com/gogf/gf/v2/net/ghttp"
  3. var (
  4. Version = "0.0.1"
  5. Module = "CMS"
  6. )
  7. func RegeditPlugin(g *ghttp.RouterGroup) (err error) {
  8. return
  9. }