We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0908e7 commit cce4c68Copy full SHA for cce4c68
1 file changed
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