diff --git a/backend/config/main.php b/backend/config/main.php index 76f52e5..7da7b7b 100644 --- a/backend/config/main.php +++ b/backend/config/main.php @@ -16,6 +16,7 @@ 'settings' => 'artweb\artbox\core\controllers\SettingsController', 'profile' => 'artweb\artbox\core\controllers\ProfileController', 'page' => 'artweb\artbox\core\controllers\PageController', + 'seo' => 'artweb\artbox\core\controllers\AliasController', ], 'modules' => [ 'imagemanager' => [ -- libgit2 0.21.4