From a95a0478829cae1245ff9cdbd3d98ccaadb54cb8 Mon Sep 17 00:00:00 2001 From: Lncvrt Date: Fri, 22 Aug 2025 16:23:29 -0700 Subject: [PATCH] Set all non public api endpoints to be `text/plain` content type instead of json because the json has to be decrypted. --- database/changeAccountPassword.php | 2 +- database/changeAccountUsername.php | 2 +- database/getChatroomMessages.php | 2 +- database/getMarketplaceIconData.php | 2 +- database/getMarketplaceIcons.php | 2 +- database/getTopPlayers.php | 2 +- database/loadAccount.php | 2 +- database/loginAccount.php | 2 +- database/registerAccount.php | 2 +- database/saveAccount.php | 2 +- database/sendChatroomMessage.php | 2 +- database/uploadMarketplaceIcon.php | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/database/changeAccountPassword.php b/database/changeAccountPassword.php index 26a381f..3600881 100644 --- a/database/changeAccountPassword.php +++ b/database/changeAccountPassword.php @@ -1,6 +1,6 @@