Files
web/api.php

7 lines
110 B
PHP

<?php
include('data.php');
header('Content-type: application/json');
echo json_encode($data);
?>