v3 API prefix
This commit is contained in:
parent
5d37238a44
commit
cd72b7b9aa
16 changed files with 24 additions and 32 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue