updated swagger title

This commit is contained in:
Ashraful Haque 2021-02-22 08:26:21 +00:00
parent f39ca4ad4c
commit 3b3db72e3f
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ namespace TestApplication
swagger.SwaggerDoc("v1", new OpenApiInfo
{
Version= "v1",
Title = "ICDL Ireland Shop",
Title = "Dorset College API",
Description="ASP.NET Core 3.1 Web API Documentaion"
});
});