feat: api endpoints for pickups planning

This commit is contained in:
Björn Fromme
2025-12-12 09:44:38 +01:00
parent 1d97a19982
commit b1ff6989ec
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)%'