Browse Source

增加了PM模块的路由

pull/92/head
allanwei 3 years ago
parent
commit
4dc2651a01
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      web/routes/routes.go

+ 2
- 1
web/routes/routes.go View File

@ -4,11 +4,12 @@ import (
"LAPP_GAAS_GFrame_BACKEND/grmi"
"LAPP_GAAS_GFrame_BACKEND/web/controllers"
_ "LAPP_GAAS_GFrame_BACKEND/web/controllers/base"
_ "LAPP_GAAS_GFrame_BACKEND/web/controllers/common"
_ "LAPP_GAAS_GFrame_BACKEND/web/controllers/log"
_ "LAPP_GAAS_GFrame_BACKEND/web/controllers/ods"
_ "LAPP_GAAS_GFrame_BACKEND/web/controllers/om"
_ "LAPP_GAAS_GFrame_BACKEND/web/controllers/pm"
_ "LAPP_GAAS_GFrame_BACKEND/web/controllers/qm"
_ "LAPP_GAAS_GFrame_BACKEND/web/controllers/common"
"LAPP_GAAS_GFrame_BACKEND/web/middleware"
"LAPP_GAAS_GFrame_BACKEND/web/middleware/cors"
"github.com/kataras/iris/v12"


Loading…
Cancel
Save