Add my template project
This commit is contained in:
5
engine/core/api/v1/test.php
Normal file
5
engine/core/api/v1/test.php
Normal file
@ -0,0 +1,5 @@
|
||||
<?php
|
||||
$data = [
|
||||
'error' => false,
|
||||
'message' => 'test',
|
||||
];
|
Reference in New Issue
Block a user