prefix ending
This commit is contained in:
parent
18543a14e5
commit
24821b84e9
@ -16,7 +16,7 @@ public class GSIServer
|
||||
public GSIServer(int port)
|
||||
{
|
||||
HttpListener = new HttpListener();
|
||||
HttpListener.Prefixes.Add($"http://127.0.0.1:{port}");
|
||||
HttpListener.Prefixes.Add($"http://127.0.0.1:{port}/");
|
||||
HttpListener.Start();
|
||||
|
||||
Task connectionListener = HandleConnection();
|
||||
|
Loading…
Reference in New Issue
Block a user