csx 3 年 前
コミット
31e550bbea
共有1 個のファイルを変更した1 個の追加0 個の削除を含む
  1. 1 0
      routers/router.go

+ 1 - 0
routers/router.go ファイルの表示

@@ -57,6 +57,7 @@ func init() {
57 57
 	controllers.HisChargeApiRegistRouters()
58 58
 	controllers.HisHospitalManagerApiRegistRouters()
59 59
 	controllers.HisPrintApiRegistRouters()
60
+	controllers.CoordinateRegistRouters()
60 61
 
61 62
 	m_api.MobileAPIControllersRegisterRouters()
62 63
 	new_m_api.NewMobileAPIControllersRegisterRouters()