username@email.com
2024-10-10 79196313d767bfb1101d6a9a354977a804432c56
cylsg/cylsg.Web.Core/Handlers/JwtHandler.cs
@@ -3,7 +3,7 @@
using Microsoft.AspNetCore.Http;
using System.Threading.Tasks;
namespace cylsg.Web.Core;
namespace cylsg.Web.Core.Handlers;
public class JwtHandler : AppAuthorizeHandler
{