From 2cffaad12f0ed5ff562f49cf7cdf202a8f328c8d Mon Sep 17 00:00:00 2001 From: wangpengfei <274878379@qq.com> Date: 星期六, 26 八月 2023 15:51:34 +0800 Subject: [PATCH] fix --- router/system/sys_auto_code.go | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/router/system/sys_auto_code.go b/router/system/sys_auto_code.go index 4f23a1d..fb00e4e 100644 --- a/router/system/sys_auto_code.go +++ b/router/system/sys_auto_code.go @@ -1,8 +1,8 @@ package system import ( - v1 "github.com/flipped-aurora/gin-vue-admin/server/api/v1" "github.com/gin-gonic/gin" + v1 "srm/api/v1" ) type AutoCodeRouter struct{} -- Gitblit v1.8.0