diff options
Diffstat (limited to 'api/raindrops.php')
-rw-r--r-- | api/raindrops.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/api/raindrops.php b/api/raindrops.php index 9f07aff..c44faa6 100644 --- a/api/raindrops.php +++ b/api/raindrops.php @@ -2,5 +2,5 @@ header("Content-Type: text/plain"); -$fronters = json_decode(file_get_contents($_SERVER['DOCUMENT_ROOT'] . "/includes/data/gdapd-fronters.json"), true); +$fronters = json_decode(file_get_contents($_SERVER['DOCUMENT_ROOT'] . "/includes/data/gdapd/fronters.json"), true); echo($fronters['members'][0]['display_name'] ?? $fronters['members'][0]['name']);
\ No newline at end of file |