From e517b1a99b6edfa24c8cc4e109a6a10488f23b6a Mon Sep 17 00:00:00 2001 From: zhangqian <zhangqian@123.com> Date: 星期一, 28 八月 2023 11:51:55 +0800 Subject: [PATCH] merge --- router/test/industry.go | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/router/test/industry.go b/router/test/industry.go index 11ed4e8..a1f7f3b 100644 --- a/router/test/industry.go +++ b/router/test/industry.go @@ -1,8 +1,8 @@ package test import ( - "github.com/flipped-aurora/gin-vue-admin/server/api/v1" "github.com/gin-gonic/gin" + "srm/api/v1" ) type IndustryRouter struct { -- Gitblit v1.8.0