SuiteCRM-Core/config/routes.yaml

19 lines
428 B
YAML
Raw Normal View History

controllers:
resource:
path: ../core/backend/Controller/
namespace: App\Controller
type: attribute
auth_controllers:
resource:
path: ../core/backend/Authentication/Controller/
2024-10-08 15:45:21 +01:00
namespace: App\Authentication\Controller
type: attribute
engine_controllers:
resource:
path: ../core/backend/Engine/Controller/
2024-10-08 15:45:21 +01:00
namespace: App\Engine\Controller
type: attribute