10 lines
425 B
C#
10 lines
425 B
C#
namespace Wino.Core.Domain;
|
|
|
|
public static class AppUrls
|
|
{
|
|
public const string Website = "https://gitea.majjoduran.app/majjo/Wino-Mail";
|
|
public const string GitHub = "https://gitea.majjoduran.app/majjo/Wino-Mail";
|
|
public const string PrivacyPolicy = "https://gitea.majjoduran.app/majjo/Wino-Mail#privacy--diagnostics";
|
|
public const string Paypal = "https://paypal.me/bkaankose?country.x=PL&locale.x=en_US";
|
|
}
|