From 56b420d3107340995b7f289c9e6371b5dba9bc36 Mon Sep 17 00:00:00 2001 From: liu liang Date: Sat, 14 Nov 2020 23:25:59 +0800 Subject: [PATCH] prepare for 2.7.6 --- .../ApiControllers/AccountController.cs | 4 ++-- version.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/WalkingTec.Mvvm.Mvc.Admin/ApiControllers/AccountController.cs b/src/WalkingTec.Mvvm.Mvc.Admin/ApiControllers/AccountController.cs index 0692adec7..271a6256e 100644 --- a/src/WalkingTec.Mvvm.Mvc.Admin/ApiControllers/AccountController.cs +++ b/src/WalkingTec.Mvvm.Mvc.Admin/ApiControllers/AccountController.cs @@ -175,7 +175,7 @@ public async Task RefreshToken(string refreshToken) return await _authService.RefreshTokenAsync(refreshToken); } - [AllRights] + [Public] [HttpGet("[action]/{id}")] public IActionResult CheckLogin(Guid? id) { @@ -229,7 +229,7 @@ public IActionResult CheckLogin(Guid? id) } } - [AllRights] + [Public] [HttpGet("[action]")] public IActionResult CheckUserInfo() { diff --git a/version.props b/version.props index 0e4fe1cf8..fabce4b5a 100644 --- a/version.props +++ b/version.props @@ -1,6 +1,6 @@ - 2.7.5 + 2.7.6