소스 검색

模版切换

csx 4 년 전
부모
커밋
ee0eac5fe2
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      controllers/gobal_config_api_controller.go

+ 1 - 0
controllers/gobal_config_api_controller.go 파일 보기

@@ -32,6 +32,7 @@ func GobalConfigRegistRouters() {
32 32
 	beego.Router("/api/automaticreduce/get", &GobalConfigApiController{}, "get:GetConfig")
33 33
 
34 34
 	beego.Router("/api/print/template/commit", &GobalConfigApiController{}, "post:PostPrintTemplateTwo")
35
+
35 36
 	beego.Router("/api/print/template/get", &GobalConfigApiController{}, "get:GetPrintTemplate")
36 37
 
37 38
 	beego.Router("/api/dataupload/config/commit", &GobalConfigApiController{}, "post:PostConfig")