Erant-OldApp/api/routes/gamedetails.php

12 lines
97 B
PHP

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