API
This commit is contained in:
@@ -19,7 +19,7 @@ namespace PARR.API.Installers
|
||||
return new UriService(absoluteUri);
|
||||
});
|
||||
|
||||
|
||||
services.AddTransient<IClientService, ClientService>();
|
||||
//services.AddTransient<IFileService, FileService>();
|
||||
|
||||
|
||||
|
||||
@@ -19,9 +19,9 @@ namespace PARR.API.Installers
|
||||
"v1",
|
||||
new OpenApiInfo
|
||||
{
|
||||
Title = "GEO API",
|
||||
Title = "PARR API",
|
||||
Version = $"v{version}",
|
||||
Description = "API for the project \"GEO DVGD\"",
|
||||
Description = "API for the project \"PARR DVGD\"",
|
||||
Contact = new OpenApiContact { Email = "IVC_TrubnikovME@dvgd.rzd;IVC_KuznetsovMV@dvgd.rzd", Name = "Trubnikov M.E., Kuznetsov M.V." },
|
||||
License = new OpenApiLicense { Name = "© PTK-DVGD Software LLC" }
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user