mirror of https://gitee.com/stylefeng/guns
更新退出接口
parent
0de7eee12f
commit
e2f1c75d3f
|
@ -66,7 +66,7 @@ public class LoginViewController {
|
|||
* @author majianguo
|
||||
* @date 2020/12/4 上午9:05
|
||||
*/
|
||||
@GetResource(name = "登出接口", path = "/logout", requiredPermission = false)
|
||||
@PostResource(name = "登出接口", path = "/logout", requiredPermission = false)
|
||||
@ResponseBody
|
||||
public ResponseData logoutPage() {
|
||||
authServiceApi.logout();
|
||||
|
|
Loading…
Reference in New Issue