This commit is contained in:
2021-02-16 14:35:26 +01:00
parent 3915b0e59b
commit 6212692b19
15 changed files with 250 additions and 227 deletions

View File

@@ -58,7 +58,7 @@ def includeme(config):
config.add_route('emails_msg', '/emails_msg/{nolig}')
config.add_route('expert_edit', '/expert_edit/{code_cab}/{code_exp}')
config.add_route('infrastructure', '/infrastructure')
config.add_route('orphans_de', '/orphans_de/{societe}')
config.add_route('stats_dd', '/stats_dd/{societe}')
config.add_route('rappels_rdv', '/rappels_rdv')
config.add_route('rdf_cause_edit', '/rdf_cause_edit/{code}')
config.add_route('rdf_causes', '/rdf_causes')
@@ -71,3 +71,4 @@ def includeme(config):
# utils
config.add_route('batch_nuit', '/batch_nuit/{param}')
config.add_route('batch_test', '/batch_test/{param}')