This commit is contained in:
andrey
2022-03-03 17:24:45 +03:00
parent 4cbb004c4d
commit daee4e3e68
5 changed files with 15 additions and 15 deletions

View File

@ -10,7 +10,7 @@ use yii\filters\auth\HttpBearerAuth;
use yii\rest\Controller;
use yii\web\NotFoundHttpException;
class QuestionController extends Controller
class QuestionController extends ApiController
{
public function behaviors()
{