This commit is contained in:
team3
2026-06-03 22:05:20 +02:00
parent d7e8df6876
commit 40de56c27b
5119 changed files with 552560 additions and 24 deletions

View File

@@ -0,0 +1,13 @@
<?php
// This file has been auto-generated by the Symfony Routing Component.
return [
'_preview_error' => [['code', '_format'], ['_controller' => 'error_controller::preview', '_format' => 'html'], ['code' => '\\d+'], [['variable', '.', '[^/]++', '_format', true], ['variable', '/', '\\d+', 'code', true], ['text', '/_error']], [], [], []],
'api_prices_get' => [['type'], ['type' => '', '_controller' => 'App\\Controller\\Api\\PricesController::indexGet'], [], [['variable', '/', '[^/]++', 'type', true], ['text', '/api/prices']], [], [], []],
'api_prices_post' => [['type'], ['type' => '', '_controller' => 'App\\Controller\\Api\\PricesController::indexPost'], [], [['variable', '/', '[^/]++', 'type', true], ['text', '/api/prices']], [], [], []],
'trigger_import' => [[], ['_controller' => 'App\\Controller\\Trigger\\PriceTriggerController::trigger'], [], [['text', '/trigger-import']], [], [], []],
'App\Controller\Api\PricesController::indexGet' => [['type'], ['type' => '', '_controller' => 'App\\Controller\\Api\\PricesController::indexGet'], [], [['variable', '/', '[^/]++', 'type', true], ['text', '/api/prices']], [], [], []],
'App\Controller\Api\PricesController::indexPost' => [['type'], ['type' => '', '_controller' => 'App\\Controller\\Api\\PricesController::indexPost'], [], [['variable', '/', '[^/]++', 'type', true], ['text', '/api/prices']], [], [], []],
'App\Controller\Trigger\PriceTriggerController::trigger' => [[], ['_controller' => 'App\\Controller\\Trigger\\PriceTriggerController::trigger'], [], [['text', '/trigger-import']], [], [], []],
];