mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-21 08:52:21 +00:00
Merge origin/ci into ci
Conflicts: application/config/rest.php application/libraries/FHC_Auth.php tests/codeception/api/LoginCept.php
This commit is contained in:
@@ -21,7 +21,7 @@ class Test extends REST_Controller
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function test_get()
|
||||
public function getTest()
|
||||
{
|
||||
$payload = [
|
||||
'success' => TRUE,
|
||||
@@ -38,7 +38,7 @@ class Test extends REST_Controller
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function test_post()
|
||||
public function postTest()
|
||||
{
|
||||
$payload = [
|
||||
'success' => TRUE,
|
||||
|
||||
Reference in New Issue
Block a user