Skip to content

Commit

Permalink
rename fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sureshhewabi committed Dec 8, 2023
1 parent 811c21f commit 3137d2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xiview_server/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ def create_app():
# add CORS header
CORS(app)

# from xi2annotator import bp as xi2_bp
# app.register_blueprint(xi2_bp)
from xi2annotator import bp as xi2_bp
app.register_blueprint(xi2_bp)

@app.route('/network.html', methods=['GET'])
def network():
Expand Down

0 comments on commit 3137d2c

Please sign in to comment.