diff options
Diffstat (limited to 'api/pluralkit')
-rw-r--r-- | api/pluralkit/fronters/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/api/pluralkit/fronters/index.php b/api/pluralkit/fronters/index.php index ae4b196..4dcb08f 100644 --- a/api/pluralkit/fronters/index.php +++ b/api/pluralkit/fronters/index.php @@ -2,4 +2,4 @@ $config = json_decode(file_get_contents($_SERVER["DOCUMENT_ROOT"] . "/data/pluralkit.json"), true); header("Content-Type: application/json"); -die(file_get_contents("https://api.pluralkit.me/v2/systems/$config[system]/list"));
\ No newline at end of file +die(file_get_contents("https://api.pluralkit.me/v2/systems/$config[system]/fronters"));
\ No newline at end of file |