From 96bdc0d6b270a4c6dd5cffa632a9eb89e054fc68 Mon Sep 17 00:00:00 2001 From: Minteck Date: Thu, 7 Apr 2022 22:47:01 +0200 Subject: Prototype home and projects pages --- api/pluralkit/fronters/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'api/pluralkit') 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 -- cgit