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();
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
|
||||
namespace mobileapi\controllers;
|
||||
|
||||
use common\models\Card;
|
||||
use mobileapi\models\LoginForm;
|
||||
use sizeg\jwt\Jwt;
|
||||
use Yii;
|
||||
|
||||
Reference in New Issue
Block a user