test gitea

This commit is contained in:
2026-01-18 11:39:25 +04:00
parent 61a598aceb
commit f4c4d5cc1d

View File

@@ -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.AspNetCore.Authentication.JwtBearer;
using Microsoft.EntityFrameworkCore;
using Microsoft.IdentityModel.Tokens; using Microsoft.IdentityModel.Tokens;
using Microsoft.OpenApi.Models; using Microsoft.OpenApi.Models;
using System.Text; using System.Text;
using LogisticsApp.Server.Data;
using LogisticsApp.Server.Services;
using LogisticsApp.Server.Middleware;
var builder = WebApplication.CreateBuilder(args); var builder = WebApplication.CreateBuilder(args);