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

@@ -32,6 +32,7 @@ return [
'Development' => [
'path' => 'dev',
'setWritable' => [
'api/runtime',
'console/runtime',
'frontend/runtime',
'frontend/web/assets',
@@ -41,6 +42,7 @@ return [
'yii_test',
],
'setCookieValidationKey' => [
'api/config/main-local.php',
'common/config/codeception-local.php',
'frontend/config/main-local.php',
],