canax/stylechooser

View on GitHub
config/router/400_style-chooser.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php
/**
 * Load the stylechooser as a controller class.
 */
return [
    "routes" => [
        [
            "info" => "Style chooser.",
            "mount" => "style",
            "handler" => "\Anax\StyleChooser\StyleChooserController",
        ],
    ]
];