1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-23 04:33:16 +08:00

Specify endpoint for production instance of beatmap submission service

This commit is contained in:
Bartłomiej Dach 2025-02-19 12:46:04 +01:00
parent 687c9d6e17
commit aa9e1ac8b4
No known key found for this signature in database

View File

@ -13,6 +13,7 @@ namespace osu.Game.Online
SpectatorUrl = "https://spectator.ppy.sh/spectator";
MultiplayerUrl = "https://spectator.ppy.sh/multiplayer";
MetadataUrl = "https://spectator.ppy.sh/metadata";
BeatmapSubmissionServiceUrl = "https://bss.ppy.sh";
}
}
}