Skip to content

Commit

Permalink
Merge pull request #24718 from bdach/spectator-dev-endpoint-update
Browse files Browse the repository at this point in the history
Update spectator server development endpoint URLs
  • Loading branch information
peppy committed Sep 5, 2023
2 parents 1a798c3 + 691c08e commit 611933a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions osu.Game/Online/DevelopmentEndpointConfiguration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ public DevelopmentEndpointConfiguration()
WebsiteRootUrl = APIEndpointUrl = @"https://dev.ppy.sh";
APIClientSecret = @"3LP2mhUrV89xxzD1YKNndXHEhWWCRLPNKioZ9ymT";
APIClientID = "5";
SpectatorEndpointUrl = $"{APIEndpointUrl}/spectator";
MultiplayerEndpointUrl = $"{APIEndpointUrl}/multiplayer";
MetadataEndpointUrl = $"{APIEndpointUrl}/metadata";
SpectatorEndpointUrl = $@"{APIEndpointUrl}/signalr/spectator";
MultiplayerEndpointUrl = $@"{APIEndpointUrl}/signalr/multiplayer";
MetadataEndpointUrl = $@"{APIEndpointUrl}/signalr/metadata";
}
}
}

0 comments on commit 611933a

Please sign in to comment.