Skip to content

Commit

Permalink
Fix Swagger page for ddinfo-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahStolk committed Jan 17, 2024
1 parent 7a638e9 commit 7a8d2b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DevilDaggersInfo.Web.Server/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@

builder.AddSwaggerDocument("Dd", "**WARNING:** This API is intended to be used by Devil Daggers only.");

builder.AddSwaggerDocument("App", "**WARNING:** This API is intended to be used by ddinfo tools only.");
builder.AddSwaggerDocument("Tools", "**WARNING:** This API is intended to be used by ddinfo tools only.");
builder.AddSwaggerDocument("Ddae", "**WARNING:** This API is intended to be used by Devil Daggers Asset Editor only.");
builder.AddSwaggerDocument("Ddse", "**WARNING:** This API is intended to be used by Devil Daggers Survival Editor only.");

Expand Down

0 comments on commit 7a8d2b6

Please sign in to comment.