Regrouper les demandes dans les interventions
Some checks are pending
CI - Tests et Syntax / lint-and-test (push) Waiting to run
Some checks are pending
CI - Tests et Syntax / lint-and-test (push) Waiting to run
This commit is contained in:
parent
d18deec5d5
commit
25545f81c3
1 changed files with 1 additions and 1 deletions
|
|
@ -139,7 +139,7 @@ def create_app(config_name='default'):
|
||||||
from .prevention import prevention_bp
|
from .prevention import prevention_bp
|
||||||
app.register_blueprint(prevention_bp, url_prefix='/prevention')
|
app.register_blueprint(prevention_bp, url_prefix='/prevention')
|
||||||
from .works import works_bp
|
from .works import works_bp
|
||||||
app.register_blueprint(works_bp, url_prefix='/works')
|
app.register_blueprint(works_bp, url_prefix='/interventions/work')
|
||||||
|
|
||||||
# Blueprints des intégrations
|
# Blueprints des intégrations
|
||||||
from .pronote.routes import pronote_bp
|
from .pronote.routes import pronote_bp
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue