mobile api changes + docker image basics
This commit is contained in:
@@ -19,6 +19,13 @@ use yii\web\NotFoundHttpException;
|
||||
class ApiController extends RestController
|
||||
{
|
||||
|
||||
public function actionDashboardPage(){
|
||||
|
||||
$apiManager = new ApiManager();
|
||||
return $apiManager->getDashboardPage();
|
||||
}
|
||||
|
||||
|
||||
public function actionCardPage(){
|
||||
|
||||
$apiManager = new ApiManager();
|
||||
|
||||
Reference in New Issue
Block a user