fix: change upload url

This commit is contained in:
Anna 2021-10-09 18:42:10 -04:00
parent 6c8eab5ba7
commit 7a99d95c55
Signed by: anna
GPG Key ID: 0B391D8F06FCD9E0

View File

@ -16,7 +16,7 @@ namespace RemotePartyFinder {
#if DEBUG
private const string UploadUrl = "http://192.168.174.240:7878/contribute/multiple";
#elif RELEASE
private const string UploadUrl = "https://rpf.annaclemens.io/contribute/multiple";
private const string UploadUrl = "https://xivpf.com/contribute/multiple";
#endif
private Plugin Plugin { get; }