Graudusk/callurl

View on GitHub
config/router/100_weather-info.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php
/**
 * Load the stylechooser as a controller class.
 */
return [
    "routes" => [
        [
            "info" => "Weather info.",
            "mount" => "weather",
            "handler" => "\Anax\Controller\WeatherController",
        ],
    ]
];