Skip to content

Commit

Permalink
fix http route
Browse files Browse the repository at this point in the history
  • Loading branch information
evinjaff committed Jul 14, 2024
1 parent f9b5640 commit dc2613e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkhex/pkhex-egglocke/pkhex-egglocke/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public static void Main(string[] args)
// Spin up the REST server
using (var server = RestServerBuilder.UseDefaults().Build())
{
server.Prefixes.Add("http://*:1234/");
server.Prefixes.Add("http://+:1235/");

server.Start();

Expand Down

0 comments on commit dc2613e

Please sign in to comment.