url-rules.php 243 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 11 <?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', ];