Skip to content

Commit

Permalink
Fix ManiaPlanetAPI base address
Browse files Browse the repository at this point in the history
  • Loading branch information
BigBang1112 committed Jul 12, 2024
1 parent b5d693c commit 03e9ccc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Src/ManiaAPI.ManiaPlanetAPI/ManiaAPI.ManiaPlanetAPI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<PackageId>ManiaAPI.ManiaPlanetAPI</PackageId>
<Version>2.0.0-alpha10</Version>
<Version>2.0.0-beta2</Version>
<Authors>BigBang1112</Authors>
<Description>Wrapper for the official web API from ManiaPlanet (Trackmania 2 and Shootmania). Part of the ManiaAPI library set.</Description>
<Copyright>Copyright (c) 2024 Petr Pivoňka</Copyright>
Expand Down
2 changes: 1 addition & 1 deletion Src/ManiaAPI.ManiaPlanetAPI/ManiaPlanetAPI.cs
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ public class ManiaPlanetAPI : IManiaPlanetAPI
private JwtPayloadManiaPlanetAPI? payload;
private AuthenticationHeaderValue? authorization;

public const string BaseAddress = "https://maniaplanet.com/webservices/";
public const string BaseAddress = "https://maniaplanet.com/webservices";

public DateTimeOffset? ExpirationTime => payload?.ExpirationTime;

Expand Down

0 comments on commit 03e9ccc

Please sign in to comment.