getting api working

This commit is contained in:
Chris Smith
2025-02-20 16:41:41 +01:00
parent 1ab66464f2
commit c9533688ba
6 changed files with 15 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
<?php
namespace backend\controllers;
namespace api\controllers;
use common\models\LoginForm;
use Yii;