From 5d78b36e851a5862302f2e40c99a4477020c79bc Mon Sep 17 00:00:00 2001
From: liuxiaolong <736321739@qq.com>
Date: 星期五, 20 九月 2019 13:46:52 +0800
Subject: [PATCH] 查找此人时先切图

---
 middlewares/auth/auth.go |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/middlewares/auth/auth.go b/middlewares/auth/auth.go
index 8a23438..4c7c75d 100644
--- a/middlewares/auth/auth.go
+++ b/middlewares/auth/auth.go
@@ -5,7 +5,7 @@
 	"net/http"
 	"strings"
 	"webserver/extend/config"
-	"webserver/extend/logger"
+	"basic.com/valib/logger.git"
 )
 
 const (

--
Gitblit v1.8.0