Skip to content

Commit

Permalink
feat(backend,synthese) : divide synthese routes in multiple files
Browse files Browse the repository at this point in the history
  • Loading branch information
jacquesfize committed Dec 31, 2024
1 parent e4157cc commit bbcf391
Show file tree
Hide file tree
Showing 8 changed files with 1,796 additions and 1,660 deletions.
6 changes: 6 additions & 0 deletions backend/geonature/core/gn_synthese/blueprints/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
from geonature.core.gn_synthese.blueprints.reports import reports_blueprint
from geonature.core.gn_synthese.blueprints.synthese import synthese_routes
from geonature.core.gn_synthese.blueprints.statistics import statistics_routes
from geonature.core.gn_synthese.blueprints.taxon_info import taxon_info_routes
from geonature.core.gn_synthese.blueprints.others import other_routes
from geonature.core.gn_synthese.blueprints.exports import export_routes
Loading

0 comments on commit bbcf391

Please sign in to comment.