mirror of
https://gitee.com/dromara/sa-token.git
synced 2025-04-05 17:37:53 +08:00
修复 sa-token-demo-sso3-client-nosdk 项目中单点注销 url 配置错误的问题
This commit is contained in:
parent
b8de417d16
commit
bd509ed75f
@ -40,7 +40,7 @@ public class SsoRequestUtil {
|
||||
/**
|
||||
* 单点注销地址
|
||||
*/
|
||||
public static String sloUrl = "http://sa-sso-server.com:9000/sso/logout";
|
||||
public static String sloUrl = "http://sa-sso-server.com:9000/sso/signout";
|
||||
|
||||
/**
|
||||
* 接口调用秘钥
|
||||
|
Loading…
Reference in New Issue
Block a user