Skip to content

Commit b0de6fe

Browse files
committed
swagger
1 parent 5fd74ec commit b0de6fe

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Startup.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@ public void ConfigureServices(IServiceCollection services)
4545
{
4646
Title = "Error Messages API",
4747
Version = "v1",
48-
Description = "This is an Errr message api descrption",
48+
Description = "This is an Error message api descrption",
4949
Contact = new OpenApiContact
5050
{
51-
Name = "SRA Team",
52-
Email = string.Empty
51+
Name = "Alaa' Omar",
52+
Email ="alaa.omer2009@gmail.com"
5353

5454
},
5555
});

0 commit comments

Comments
 (0)