aboutsummaryrefslogtreecommitdiff
path: root/api/pluralkit/members
diff options
context:
space:
mode:
authorMinteck <contact@minteck.org>2022-04-12 15:42:17 +0200
committerMinteck <contact@minteck.org>2022-04-12 15:42:17 +0200
commit300ab1d94c7d476a6c87f1d32d1756d8b04e3dbf (patch)
tree76de0ad8e98228eb63becd9db6f57141302b23ab /api/pluralkit/members
parent62c7e1a74b35ef6d054fdf015d60ba52dc10eb14 (diff)
downloadcloudsdale-300ab1d94c7d476a6c87f1d32d1756d8b04e3dbf.tar.gz
cloudsdale-300ab1d94c7d476a6c87f1d32d1756d8b04e3dbf.tar.bz2
cloudsdale-300ab1d94c7d476a6c87f1d32d1756d8b04e3dbf.zip
Improvements on PluralKit
Diffstat (limited to 'api/pluralkit/members')
-rwxr-xr-x[-rw-r--r--]api/pluralkit/members/index.php2
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