From f1c8bcec80261d3ea7b2d49122b7a0ca6dae8f3b Mon Sep 17 00:00:00 2001 From: Nikolay Rechkin Date: Tue, 7 May 2024 10:38:34 +0300 Subject: [PATCH] FormRoom: oform -> pdf --- config/appsettings.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/appsettings.json b/config/appsettings.json index 43327cd925..267f39d9e5 100644 --- a/config/appsettings.json +++ b/config/appsettings.json @@ -104,11 +104,11 @@ "oform": { "domain": "https://cmsoforms.teamlab.info", "path": "/api/oforms/", - "ext": ".oform", + "ext": ".pdf", "upload": { "domain": "https://oforms.teamlab.info", "path": "/api/upload", - "ext": ".docxf", + "ext": ".pdf", "dashboard": "/dashboard/api" } } @@ -221,7 +221,7 @@ "sizes": [ { "height": 720, "width": 1280, "resizeMode": "Manual" }, { "height": 2160, "width": 3840, "resizeMode": "Manual" } - ] + ] }, "csp": { "default": {