fix: use public address

This commit is contained in:
Anna 2023-10-05 21:20:39 -04:00
parent 0147a3bafd
commit e46d2897cf
Signed by: anna
GPG Key ID: D0943384CD9F87D1
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ public class Plugin : IDalamudPlugin {
await gz.FlushAsync();
}
var req = new HttpRequestMessage(HttpMethod.Post, "http://localhost:30888/upload") {
var req = new HttpRequestMessage(HttpMethod.Post, "https://map.anna.lgbt/api/upload") {
Content = new ByteArrayContent(mem.ToArray()) {
Headers = {
ContentType = new MediaTypeHeaderValue("application/json"),