diff --git a/Program.cs b/Program.cs index 816a51a..b97de43 100644 --- a/Program.cs +++ b/Program.cs @@ -1,11 +1,11 @@ -using Microsoft.EntityFrameworkCore; +using LogisticsApp.Server.Data; +using LogisticsApp.Server.Middleware; +using LogisticsApp.Server.Services; using Microsoft.AspNetCore.Authentication.JwtBearer; +using Microsoft.EntityFrameworkCore; using Microsoft.IdentityModel.Tokens; using Microsoft.OpenApi.Models; using System.Text; -using LogisticsApp.Server.Data; -using LogisticsApp.Server.Services; -using LogisticsApp.Server.Middleware; var builder = WebApplication.CreateBuilder(args);