From 88324f3d47dab99da5b4bd9422e50b63b97c242c Mon Sep 17 00:00:00 2001
From: wangpengfei <274878379@qq.com>
Date: 星期三, 30 八月 2023 19:51:00 +0800
Subject: [PATCH] fix
---
api/v1/enter.go | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/api/v1/enter.go b/api/v1/enter.go
index f62a2c4..abf2784 100644
--- a/api/v1/enter.go
+++ b/api/v1/enter.go
@@ -1,9 +1,9 @@
package v1
import (
- "github.com/flipped-aurora/gin-vue-admin/server/api/v1/example"
- "github.com/flipped-aurora/gin-vue-admin/server/api/v1/system"
- "github.com/flipped-aurora/gin-vue-admin/server/api/v1/test"
+ "srm/api/v1/example"
+ "srm/api/v1/system"
+ "srm/api/v1/test"
)
type ApiGroup struct {
--
Gitblit v1.8.0