Initial export of Delivery Unit EON_CRM_CONTRACT (24 files)

This commit is contained in:
Thorsten Schmitz
2026-07-09 02:01:10 +02:00
commit 767aef8871
24 changed files with 2364 additions and 0 deletions
@@ -0,0 +1,21 @@
{
"exposed": true,
"authentication": [{
"method": "Form"
}],
"mime_mapping": [{
"extension": "jpg",
"mimetype": "image/jpeg"
}],
"force_ssl": false,
"enable_etags": true,
"prevent_xsrf": true,
"anonymous_connection": null,
"cors": [{
"enabled": true
}],
"allowOrigin": ["*"],
"cache_control": "no-cache, no-store",
"default_file": "index.html"
}