WissamSawah/Weather

View on GitHub
config/router/200_weather.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php
/**
 * Routes to ease development and debugging.
 */
return [
    "routes" => [
        [
            "info" => "Validate IP-addresses",
            "mount" => "weather",
            "handler" => "Aisa\Weather\WeatherIpController",
        ],

    ]
];