aboutsummaryrefslogtreecommitdiff
path: root/api/pluralkit/fronters/index.php
blob: 4dcb08fc7721630a9d547cfadfecfdace7227251 (plain)
1
2
3
4
5
<?php

$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]/fronters"));