feat: api endpoints for pickups planning

This commit is contained in:
Björn Fromme
2026-03-16 12:00:56 +01:00
parent 1fd9f8d1f8
commit c7a27f1dc7
8 changed files with 117 additions and 2 deletions
+4
View File
@@ -8,6 +8,10 @@ flysystem:
adapter: 'local'
options:
directory: '%kernel.project_dir%/var/bpn'
json_export.storage:
adapter: 'local'
options:
directory: '%env(resolve:JSON_EXPORT_PATH)%'
# adapter: 'sftp'
# options:
# host: '%env(SFTP_XML_EXPORT_HOST)%'
+1
View File
@@ -35,6 +35,7 @@ services:
bind:
$xmlExport: '@xml_export.storage'
$xmlDump: '@xml_dump.storage'
$jsonExport: '@json_export.storage'
$travelInfoBaseUrl: '%env(APP_TRAVEL_INFO_BASE_URL)%'
$logger: '@monolog.logger.core'
$environment: '%kernel.environment%'