You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: PricelyAPI/Program.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@
49
49
{
50
50
Version="v1",
51
51
Title="Pricely API",
52
-
Description="Dette er den første version af Pricely API. Du kan selv bruge det i dine egne applikationer.\nI den første periode her vil der nok komme nogle ændringer.",
52
+
Description="This is the first version of the Pricely API. Many changes are coming to it, so some of the endpoints will probably change (It's sort of a beta)",
53
53
});
54
54
55
55
//options.SwaggerDoc("v2", new Microsoft.OpenApi.Models.OpenApiInfo
0 commit comments