test-php-rest-api-user/engine/core/api/v1/test.php

6 lines
64 B
PHP

<?php
$data = [
'error' => false,
'message' => 'test',
];