Initial import
This commit is contained in:
12
application/controllers/satu_sehat/Test.php
Normal file
12
application/controllers/satu_sehat/Test.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
class Test extends MY_Controller {
|
||||
function __construct() {
|
||||
parent::__construct();
|
||||
}
|
||||
function auth() {
|
||||
echo json_encode($_POST);
|
||||
}
|
||||
function index() {
|
||||
echo json_encode($_POST);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user