From f4c4d5cc1daf37d81b968297247ab30e6e300160 Mon Sep 17 00:00:00 2001 From: KhasanovAMdev Date: Sun, 18 Jan 2026 11:39:25 +0400 Subject: [PATCH] test gitea --- Program.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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);