Skip to content

Commit

Permalink
Fix outdated imports
Browse files Browse the repository at this point in the history
  • Loading branch information
gadhagod committed Sep 30, 2024
1 parent 3a2d940 commit c8ebf03
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions server.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,4 @@ def redirectToDocs(): return flask.redirect('https://gadhagod.github.io/Hyrule-C
if __name__ == '__main__': # dev server
app.run(debug=True)
else: # prod server
# precondition: "v2-src" branch cloned into "v2" dir
from v2.server import v2_blueprint
app.register_blueprint(v2_blueprint)
pass

0 comments on commit c8ebf03

Please sign in to comment.