20240708#1

This commit is contained in:
User
2024-07-08 13:57:42 +03:00
parent 3ebbe07db6
commit c3e7bc6fc7
15 changed files with 22 additions and 18 deletions

View File

@@ -1,4 +1,4 @@
<?php
return (new \Rmphp\Content\Content('/application/src/Presentation/templates/base.tpl'))->setSubtemplatePath('/application/src/Presentation/templates/')->setSubtemplatePathAlias([
"main" => "/src/Main/Presentation/templates",
]);
return (new \Rmphp\Content\Content('/application/src/Infrastructure/templates/base.tpl'))->setSubtemplatePath('/application/src/Infrastructure/templates/')->setSubtemplatePathAlias([
"main" => "/src/Main/Infrastructure/templates",
]);

View File

@@ -1,13 +1,13 @@
# Index
- key: "/"
routes:
- action: "App\\Main\\Presentation\\Controllers\\IndexController"
- action: "App\\Main\\Infrastructure\\Controllers\\IndexController"
method: "index"
params: ""
# Empty
- key: "<@any>"
routes:
- action: "App\\Main\\Presentation\\Controllers\\IndexController"
- action: "App\\Main\\Infrastructure\\Controllers\\IndexController"
method: "emptyAction"
params: ""