Skip to content

Commit

Permalink
Update api route
Browse files Browse the repository at this point in the history
  • Loading branch information
ciioprof0 committed Aug 17, 2024
1 parent ece68e0 commit 04d1cf9
Show file tree
Hide file tree
Showing 5 changed files with 214 additions and 204 deletions.
2 changes: 1 addition & 1 deletion ling508/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

app = Flask(__name__, static_folder='D:/OneDrive/Code/hltms/stixd/ling508/web')

@app.route('/ling508/web/stixd.html')
@app.route('/')
def serve_form():
"""Serves the form for importing Clex entries."""
return app.send_static_file('stixd.html')
Expand Down
Loading

0 comments on commit 04d1cf9

Please sign in to comment.