chore: project clean

This commit is contained in:
2025-09-20 23:26:06 +03:00
parent 44881818a2
commit 3b321d0ff4
12 changed files with 81 additions and 245 deletions

View File

@@ -1,10 +1,8 @@
using System.Net;
using System.Net.Mail;
using System.Reflection;
using System.Text;
using GamificationService.Database;
using GamificationService.Database.Repositories;
using GamificationService.Logs;
using GamificationService.Loggging;
using GamificationService.Mapper;
using Microsoft.AspNetCore.Authentication.JwtBearer;
using Microsoft.EntityFrameworkCore;
@@ -69,7 +67,7 @@ public static class SwaggerExtensions
{
public static IServiceCollection AddSwagger(this IServiceCollection services)
{
string projectName = Assembly.GetExecutingAssembly().GetName().Name;
string projectName = Assembly.GetExecutingAssembly().GetName().Name!;
services.AddOpenApi();
services.AddEndpointsApiExplorer();
services.AddSwaggerGen(c =>