From 9a2b821e3f605429812f2cb706b6798eb1389be7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89lie=20Bouttier?= Date: Mon, 21 Nov 2022 16:16:13 +0100 Subject: [PATCH] add MODULE_URL in schema as not generated anymore --- backend/gn_module_import/conf_schema_toml.py | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/gn_module_import/conf_schema_toml.py b/backend/gn_module_import/conf_schema_toml.py index 3ffee6be..d0ac8f82 100644 --- a/backend/gn_module_import/conf_schema_toml.py +++ b/backend/gn_module_import/conf_schema_toml.py @@ -172,3 +172,4 @@ class GnModuleSchemaConf(Schema): # If an id of taxhub list is provided will check if the imported taxons # are in the list. Otherwise throws an error ID_LIST_TAXA_RESTRICTION = fields.Integer(load_default=None) + MODULE_URL = fields.String(load_default="/import")