osukey/osu.Game/Online/MisskeyAPI/DefaultEndpointConfigration.cs
こけっち b68642c688
wip: Misskey Login Works!!!!!💪💪💪💪💪💪💪💪💪💪
2022-08-26 05:37:06 +09:00

14 lines
386 B
C#

// Copyright (c) sim1222 <kokt@sim1222.com>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
namespace osu.Game.Online.MisskeyAPI
{
public class DefaultEndpointConfigration : EndpointConfiguration
{
public DefaultEndpointConfigration()
{
APIEndpointUrl = "https://simkey.net";
}
}
}