mirror of
https://github.com/ppy/osu.git
synced 2025-02-23 22:02:55 +08:00
Specify endpoint for production instance of beatmap submission service
This commit is contained in:
parent
687c9d6e17
commit
aa9e1ac8b4
@ -13,6 +13,7 @@ namespace osu.Game.Online
|
|||||||
SpectatorUrl = "https://spectator.ppy.sh/spectator";
|
SpectatorUrl = "https://spectator.ppy.sh/spectator";
|
||||||
MultiplayerUrl = "https://spectator.ppy.sh/multiplayer";
|
MultiplayerUrl = "https://spectator.ppy.sh/multiplayer";
|
||||||
MetadataUrl = "https://spectator.ppy.sh/metadata";
|
MetadataUrl = "https://spectator.ppy.sh/metadata";
|
||||||
|
BeatmapSubmissionServiceUrl = "https://bss.ppy.sh";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user