url-rules.php 243 Bytes
<?php

return [
    'POST oauth2/<action:\w+>' => 'oauth2/rest/<action>',

    'GET authDevice' => 'auth-device/index',
    'GET test' => 'test/test',

    'GET errorPage' => 'site/error-page-info',
    'GET minaQuery' => 'site/mina-query',
];