Skip to content

Commit

Permalink
add MODULE_URL in schema as not generated anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
bouttier committed Nov 21, 2022
1 parent 3155230 commit 9a2b821
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/gn_module_import/conf_schema_toml.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")

0 comments on commit 9a2b821

Please sign in to comment.