v1.0.42 - use routes.php instead of routes.xml

This commit is contained in:
2026-04-16 20:52:42 +02:00
parent 11118bbf8b
commit 963e61d0c3
4 changed files with 11 additions and 5 deletions

6
appinfo/routes.php Normal file
View File

@@ -0,0 +1,6 @@
<?php
return [
'routes' => [
['name' => 'api#getHiddenFields', 'url' => '/api/v1/hidden-fields', 'verb' => 'GET'],
],
];