Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions TaskGenix.Server/DI/DependencyInjection.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down
Loading