Skip to content

Commit

Permalink
Revert "modify http2 port"
Browse files Browse the repository at this point in the history
This reverts commit dbc4daf.
  • Loading branch information
meofiscoding committed Nov 17, 2023
1 parent dbc4daf commit 67dcf51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Identity.API/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
options.ListenAnyIP(5286,
listenOptions => { listenOptions.Protocols = HttpProtocols.Http1; });

options.ListenAnyIP(8585,
options.ListenAnyIP(50050,
listenOptions => { listenOptions.Protocols = HttpProtocols.Http2; });
});
var configuration = builder.Configuration;
Expand Down

0 comments on commit 67dcf51

Please sign in to comment.