chore: project clean
This commit is contained in:
@@ -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 =>
|
||||
|
||||
Reference in New Issue
Block a user