Skip to content

Commit

Permalink
Use ProdUrl
Browse files Browse the repository at this point in the history
  • Loading branch information
TheR00st3r committed Nov 11, 2021
1 parent 66a90c2 commit 6886e75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

builder.Services.AddHttpClient(nameof(EventulaApiService), client =>
{
client.BaseAddress = new System.Uri("https://dev.lan2play.de");
client.BaseAddress = new System.Uri("https://lan2play.de");
}).ConfigurePrimaryHttpMessageHandler(sp =>
{
var cookieContainer = sp.GetRequiredService<CookieContainer>();
Expand Down

0 comments on commit 6886e75

Please sign in to comment.