v3 API prefix

This commit is contained in:
Paul Schneider 2026-07-05 20:17:12 +01:00
commit cd72b7b9aa
16 changed files with 24 additions and 32 deletions

View file

@ -22,7 +22,7 @@ namespace Isn.tests
public LocalSourceFixture()
{
var port = GetFreePort();
var prefix = $"http://127.0.0.1:{port}/";
var prefix = $"http://127.0.0.1:{port}/"+Constants.APIPrefix;
listener = new HttpListener();
listener.Prefixes.Add(prefix);
listener.Start();