Erant-OldApp/api/routes/gamedetails.php

12 lines
111 B
PHP

<?php
return [
"get" => function($data, $headers, $db) {
return [
"message" => "hello api"
];
}
];