username@email.com
2025-02-05 2c918538dd43d6f80aaf9d4f6eaf30b61727a1c6
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
{