diff --git a/AssetManager.API/Program.cs b/AssetManager.API/Program.cs index f54dd26..211d505 100644 --- a/AssetManager.API/Program.cs +++ b/AssetManager.API/Program.cs @@ -1,3 +1,4 @@ +using AssetManager.API.Middleware; using AssetManager.Data; using Microsoft.AspNetCore.Authentication.JwtBearer; using Microsoft.IdentityModel.Tokens;