diff --git a/TaskGenix.Server/DI/DependencyInjection.cs b/TaskGenix.Server/DI/DependencyInjection.cs index 2a76bb0..301df07 100644 --- a/TaskGenix.Server/DI/DependencyInjection.cs +++ b/TaskGenix.Server/DI/DependencyInjection.cs @@ -147,6 +147,12 @@ public static IServiceCollection AddSwagger(this IServiceCollection services) Url = "https://tgx.lch.id.vn", Description = "Production Real" }); + + c.AddServer(new OpenApiServer + { + Url = "https://api.taskgenix.website", + Description = "Production Real 2" + }); }); return services; }