From e547a46b90fe1ced019f4b74ae4e1c0fe8d3f640 Mon Sep 17 00:00:00 2001 From: wangpengfei <274878379@qq.com> Date: 星期六, 26 八月 2023 14:07:40 +0800 Subject: [PATCH] add --- router/system/sys_casbin.go | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/router/system/sys_casbin.go b/router/system/sys_casbin.go index e4926f4..1b1aa48 100644 --- a/router/system/sys_casbin.go +++ b/router/system/sys_casbin.go @@ -1,9 +1,9 @@ package system import ( - v1 "github.com/flipped-aurora/gin-vue-admin/server/api/v1" - "github.com/flipped-aurora/gin-vue-admin/server/middleware" "github.com/gin-gonic/gin" + v1 "srm/api/v1" + "srm/middleware" ) type CasbinRouter struct{} -- Gitblit v1.8.0