update 将所有page接口更改为post请求
This commit is contained in:
@@ -169,7 +169,7 @@ namespace Ewide.Core.Service
|
||||
/// 退出
|
||||
/// </summary>
|
||||
/// <returns></returns>
|
||||
[HttpGet("/logout")]
|
||||
[HttpPost("/logout")]
|
||||
public async Task LogoutAsync()
|
||||
{
|
||||
_httpContextAccessor.SignoutToSwagger();
|
||||
|
||||
Reference in New Issue
Block a user