From 79820007945068bf815bbc91352bc2ef12f42b88 Mon Sep 17 00:00:00 2001 From: duncte123 Date: Sat, 9 Mar 2024 15:28:55 +0100 Subject: [PATCH] Fix ship command --- commands/ship.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/commands/ship.yml b/commands/ship.yml index f3b13b7..1c653ff 100644 --- a/commands/ship.yml +++ b/commands/ship.yml @@ -51,6 +51,7 @@ output: |- .toString() )) .header("User-Agent", "IO (https://github.com/dunste123/io)") + .header("Content-Type", "application/json") .build() val response = HttpClient.newHttpClient()