Skip to content

Commit

Permalink
WIP: adding register
Browse files Browse the repository at this point in the history
  • Loading branch information
Filienko committed Jul 28, 2024
1 parent 7777eb6 commit c9dedc2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions isacc_messaging/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import os
from werkzeug.middleware.proxy_fix import ProxyFix

# from fhir_migrations import commands as migration_commands
from fhir_migrations import commands as migration_commands
from isacc_messaging.api import views
from isacc_messaging.audit import audit_entry, audit_log_init
from isacc_messaging.extensions import oauth
Expand Down Expand Up @@ -58,7 +58,7 @@ def register_blueprints(app):
"""register all blueprints for application
"""
app.register_blueprint(views.base_blueprint)
# app.register_blueprint(migration_commands.migration_blueprint)
app.register_blueprint(migration_commands.migration_blueprint)


def configure_proxy(app):
Expand Down
1 change: 1 addition & 0 deletions requirements.dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -125,3 +125,4 @@ urllib3==1.26.7
# via requests
werkzeug==2.0.1
# via flask
git+https://github.com/uwcirg/fhir-migrations

0 comments on commit c9dedc2

Please sign in to comment.