aboutsummaryrefslogtreecommitdiff
path: root/api
diff options
context:
space:
mode:
authorMinteck <contact@minteck.org>2022-04-07 22:47:01 +0200
committerMinteck <contact@minteck.org>2022-04-07 22:47:01 +0200
commit96bdc0d6b270a4c6dd5cffa632a9eb89e054fc68 (patch)
tree58f83ef89b43c44566eaed4671e479292917d1f8 /api
parentad6045f0184bc0ca2e98933a748f03e7c726e6af (diff)
downloadcloudsdale-96bdc0d6b270a4c6dd5cffa632a9eb89e054fc68.tar.gz
cloudsdale-96bdc0d6b270a4c6dd5cffa632a9eb89e054fc68.tar.bz2
cloudsdale-96bdc0d6b270a4c6dd5cffa632a9eb89e054fc68.zip
Prototype home and projects pages
Diffstat (limited to 'api')
-rw-r--r--api/pluralkit/fronters/index.php2
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