Files
cwsvJudo/homepage/participo/api/index.php
2023-12-30 11:09:06 +01:00

13 lines
250 B
PHP

<?php
header('Content-Type: application/json');
// $endpoint = $_SERVER['REQUEST_URI'];
// switch ($endpoint){
// case '/':
// echo json_encode([
// 'message' => 'Welcome to the API'
// ]);
// break;
// }
?>