From 7a99d95c556d0bc47d56b6d20a6ac307b10b7e6a Mon Sep 17 00:00:00 2001 From: Anna Clemens Date: Sat, 9 Oct 2021 18:42:10 -0400 Subject: [PATCH] fix: change upload url --- csharp/RemotePartyFinder/Gatherer.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csharp/RemotePartyFinder/Gatherer.cs b/csharp/RemotePartyFinder/Gatherer.cs index d34f71f..42504a9 100644 --- a/csharp/RemotePartyFinder/Gatherer.cs +++ b/csharp/RemotePartyFinder/Gatherer.cs @@ -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; }