We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e0908e7 + cce4c68 commit 529f296Copy full SHA for 529f296
ProjectTemplates/ReferenceProject/Constants.cs
@@ -4,7 +4,7 @@ public static class Constants
4
{
5
public static class Swagger
6
7
- public static string EndPoint => $"/swagger/{Version}/swagger.json";
+ public static string EndPoint => $"../swagger/{Version}/swagger.json";
8
public static string ApiName => "My API";
9
public static string Version => "v1";
10
}
0 commit comments