Initial import
This commit is contained in:
9
application/controllers/Info.php
Normal file
9
application/controllers/Info.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
class Info extends MY_Controller {
|
||||
function __construct() {
|
||||
parent::__construct();
|
||||
}
|
||||
function index() {
|
||||
echo json_encode(["status"=>"OK", "message" => Date()]);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user