Skip to content

Commit

Permalink
swagger
Browse files Browse the repository at this point in the history
  • Loading branch information
eng-aomar committed Feb 2, 2021
1 parent 5fd74ec commit b0de6fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Startup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ public void ConfigureServices(IServiceCollection services)
{
Title = "Error Messages API",
Version = "v1",
Description = "This is an Errr message api descrption",
Description = "This is an Error message api descrption",
Contact = new OpenApiContact
{
Name = "SRA Team",
Email = string.Empty
Name = "Alaa' Omar",
Email ="[email protected]"

},
});
Expand Down

0 comments on commit b0de6fe

Please sign in to comment.