Skip to content

Commit 11ffcf5

Browse files
authored
feat(synthese): divide synthese routes in multiple files(#3301)
1 parent 3dda7e5 commit 11ffcf5

File tree

10 files changed

+1873
-1737
lines changed

10 files changed

+1873
-1737
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
from geonature.core.gn_synthese.blueprints.reports import reports_blueprint
2+
from geonature.core.gn_synthese.blueprints.synthese import synthese_routes
3+
from geonature.core.gn_synthese.blueprints.statistics import statistics_routes
4+
from geonature.core.gn_synthese.blueprints.taxon_info import taxon_info_routes
5+
from geonature.core.gn_synthese.blueprints.others import other_routes
6+
from geonature.core.gn_synthese.blueprints.exports import export_routes

0 commit comments

Comments
 (0)