Erant-OldApp/api/routes/gamedetails.php

12 lines
97 B
PHP
Raw Normal View History

2022-09-01 15:22:56 +00:00
<?php
return [
"get" => function($data) {
return [
"message" => "hello api"
];
}
];