Skip to content

Commit

Permalink
Fixed #6
Browse files Browse the repository at this point in the history
  • Loading branch information
Maciejowski2006 committed Dec 24, 2022
1 parent ff39d58 commit 81877f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SAPI/SAPI.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public Server(string url = "http://localhost:8000/")
this.url = Config.ReadConfig().Url;

listener = new HttpListener();
listener.Prefixes.Add(url);
listener.Prefixes.Add(this.url);
endpoints = new List<IEndpoint>();
}

Expand Down

0 comments on commit 81877f0

Please sign in to comment.