@@ -113,7 +113,8 @@ namespace TEAMModelOS.Controllers.Common
/// </summary>
/// <returns></returns>
[HttpPost("authentication")]
- [Authorize("Bearer")]
+ //[Authorize("Bearer")]
+ [Authorize]
public object Authentication()
{
return "aaa";