From 0991b0e9533517687f09ded11f26490233ad2287 Mon Sep 17 00:00:00 2001
From: liuxiaolong <liuxiaolong@aiotlink.com>
Date: 星期二, 18 八月 2020 12:51:05 +0800
Subject: [PATCH] add log
---
routers/router.go | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/routers/router.go b/routers/router.go
index fa29e7c..51a01a7 100644
--- a/routers/router.go
+++ b/routers/router.go
@@ -60,4 +60,7 @@
beego.Router(preApi+"/car/crossRecord", &controllers.CarController{}, "*:CrossRecord")
beego.Router(preApi+"/car/testPush", &controllers.CarController{}, "*:TestPush")
+
+ beego.Router(preApi+"/car/pushLog", &controllers.CarController{}, "*:PushLog")
+ beego.Router(preApi+"/car/spaceInfo", &controllers.CarController{}, "*:SpaceInfo")
}
--
Gitblit v1.8.0