From 49f07b0ce7a6a9e0893a9a01199130f2fa0e619c Mon Sep 17 00:00:00 2001
From: liuxiaolong <liuxiaolong@aiotlink.com>
Date: 星期三, 17 六月 2020 18:03:23 +0800
Subject: [PATCH] add restriction

---
 routers/router.go |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/routers/router.go b/routers/router.go
index b191f5f..5a9a84c 100644
--- a/routers/router.go
+++ b/routers/router.go
@@ -42,4 +42,5 @@
 	beego.Router("/basic/api/car/statistic", &controllers.CarController{}, "*:Statistic")
 	beego.Router("/basic/api/car/spaceNo", &controllers.CarController{}, "*:SpaceNo")
 	beego.Router("/basic/api/car/app/version", &controllers.AppController{}, "*:Version")
+	beego.Router("/basic/api/car/restriction", &controllers.RestrictionController{}, "*:Restriction")
 }

--
Gitblit v1.8.0