We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d4e63b commit 1e5a9d5Copy full SHA for 1e5a9d5
mnestix-proxy.Tests/TestMockService/DownstreamService.cs
@@ -28,7 +28,7 @@ private void StartServer()
28
{
29
var path = context.Request.Path.Value?.ToLowerInvariant();
30
31
- if (path != null && path.StartsWith("/test-endpoint"))
+ if (path != null && path.StartsWith("/api/test-endpoint"))
32
33
context.Response.StatusCode = 200;
34
await context.Response.WriteAsync("Mnestix Api called!");
0 commit comments