Browse Source

Merge branch 'master' of http://git.shengws.com/csx/gdyb

csx 4 years ago
parent
commit
3cf48ffa3c
2 changed files with 4 additions and 4 deletions
  1. 1 1
      conf/app.conf
  2. 3 3
      routers/router.go

+ 1 - 1
conf/app.conf View File

@@ -1,6 +1,6 @@
1 1
 appname = 血透
2 2
 httpport = 9532
3
-runmode = prod
3
+runmode = dev
4 4
 
5 5
 #
6 6
 copyrequestbody = true

+ 3 - 3
routers/router.go View File

@@ -20,8 +20,8 @@ func init() {
20 20
 		AllowCredentials: true,
21 21
 	}))
22 22
 
23
-	//sg.HisManagerApiRegistRouters()
24
-	//sg.GdybRegistRouters()
25
-	sz.SZHisManagerApiRegistRouters()
23
+	sg.HisManagerApiRegistRouters()
24
+	sg.GdybRegistRouters()
25
+	//sz.SZHisManagerApiRegistRouters()
26 26
 
27 27
 }