v1.0.42 - use routes.php instead of routes.xml
This commit is contained in:
6
appinfo/routes.php
Normal file
6
appinfo/routes.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
return [
|
||||
'routes' => [
|
||||
['name' => 'api#getHiddenFields', 'url' => '/api/v1/hidden-fields', 'verb' => 'GET'],
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user