Skip to content
This repository has been archived by the owner on Oct 14, 2022. It is now read-only.

Commit

Permalink
Merge pull request #9 from futureleadersupc/docs/waw-api
Browse files Browse the repository at this point in the history
docs: WAW API documentation
  • Loading branch information
dalbitresb12 authored Jun 11, 2022
2 parents c9cc11b + bc8f2d5 commit 2fc0f29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions WAW.API/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
options.SwaggerDoc(
"v1",
new OpenApiInfo {
Title = "Weather Forecast API",
Title = "WAW (We Are Working) API",
Version = "v1",
Description = "An ASP.NET Core Web API for managing Weather Forecast items",
Description = "An ASP.NET Core Web API for managing job offers and job applications",
TermsOfService = new Uri("https://example.com/terms"),
Contact = new OpenApiContact {Name = "Example Contact", Url = new Uri("https://example.com/contact"),},
License = new OpenApiLicense {Name = "MIT", Url = new Uri("https://choosealicense.com/licenses/mit/"),},
Expand Down

0 comments on commit 2fc0f29

Please sign in to comment.