Ver Fonte

删除多余demo路由

dbcgit há 5 anos atrás
pai
commit
36364f60da
1 ficheiros alterados com 0 adições e 1 exclusões
  1. 0 1
      backend/src/dashoo.cn/modi_webapi/router/router.go

+ 0 - 1
backend/src/dashoo.cn/modi_webapi/router/router.go

@@ -3,7 +3,6 @@ package router
 import (
 	"dashoo.cn/modi_webapi/app/api/class"
 	"dashoo.cn/modi_webapi/app/api/duty"
-	"dashoo.cn/modi_webapi/app/api/demo"
 	"dashoo.cn/modi_webapi/app/api/information"
 	"dashoo.cn/modi_webapi/app/api/instrument"
 	"dashoo.cn/modi_webapi/app/api/microDemo"