From 2ee651f6d5612cdec35f6e5f8d9d5ff7c66b7ec4 Mon Sep 17 00:00:00 2001
From: zhangqian <zhangqian@123.com>
Date: 星期五, 19 四月 2024 16:57:09 +0800
Subject: [PATCH] 更改接口前置

---
 router/test/contract.go |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/router/test/contract.go b/router/test/contract.go
index 3a7845c..7c4f6dc 100644
--- a/router/test/contract.go
+++ b/router/test/contract.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 ContractRouter struct {

--
Gitblit v1.8.0