update
This commit is contained in:
@@ -12,7 +12,9 @@ class Index
|
||||
|
||||
public function test()
|
||||
{
|
||||
return 'test';
|
||||
return json([
|
||||
'msg' => 'test'
|
||||
]);
|
||||
}
|
||||
|
||||
public function index(Request $request, $checkIp = null)
|
||||
|
||||
Reference in New Issue
Block a user