diff options
Diffstat (limited to 'api/pluralkit/members/index.php')
-rwxr-xr-x[-rw-r--r--] | api/pluralkit/members/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/api/pluralkit/members/index.php b/api/pluralkit/members/index.php index fb5fa6c..510d5d4 100644..100755 --- a/api/pluralkit/members/index.php +++ b/api/pluralkit/members/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]/count"));
\ No newline at end of file +die(file_get_contents("https://api.pluralkit.me/v2/systems/$config[system]/members"));
\ No newline at end of file |