fix: change upload url

This commit is contained in:
Anna 2021-10-09 18:42:10 -04:00
parent 852a6437d3
commit 3b570be481
1 changed files with 1 additions and 1 deletions

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; }