From b50256bc4f908d6aad6e8e3de79c71378208a820 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=84=E6=B5=B7?= <10402852@qq.com> Date: Fri, 25 Jun 2021 09:47:01 +0800 Subject: [PATCH] 'commit' --- dsSso/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dsSso/main.go b/dsSso/main.go index 2fbfeca0..ec1ea92a 100644 --- a/dsSso/main.go +++ b/dsSso/main.go @@ -61,7 +61,7 @@ func startOAuth2Server() { // @title 东师理想统一认证中心(OAuth2+Sso) // @version 2.0 // @description 参考自xxl-sso -// @host 10.10.14.187:8000 +// @host 127.0.0.1:8000 func main() { // 发布模式 //gin.SetMode(gin.ReleaseMode)