NEED_LOGIN code add
This commit is contained in:
12
app/controller/Index.php
Normal file
12
app/controller/Index.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
namespace app\controller;
|
||||
|
||||
use app\BaseController;
|
||||
|
||||
class Index extends BaseController
|
||||
{
|
||||
public function index()
|
||||
{
|
||||
return 'Api is ready!';
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user