Set all non public api endpoints to be text/plain content type instead of json because the json has to be decrypted.

This commit is contained in:
2025-08-22 16:23:29 -07:00
parent 067f5fc1c9
commit a95a047882
12 changed files with 12 additions and 12 deletions

View File

@@ -1,6 +1,6 @@
<?php
require __DIR__ . '/../incl/util.php';
setJsonHeader();
setPlainHeader();
checkClientDatabaseVersion();
$conn = newConnection();