From 2dd1fa03c93b400ff1e8e4f44e27387965e4daa7 Mon Sep 17 00:00:00 2001 From: liuxiaolong <736321739@qq.com> Date: 星期四, 19 九月 2019 17:23:59 +0800 Subject: [PATCH] get ip,port config from db,update realtime --- 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