Skip to content

Commit

Permalink
update for new image
Browse files Browse the repository at this point in the history
  • Loading branch information
Patent2net committed Apr 6, 2023
1 parent 0941e49 commit 2e50c19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,7 @@ def cqlList():

@app.route('/DATA/<path:filename>')
def data_static(filename):
return send_from_directory("DATA", filename)
return send_from_directory("/home/p2n/P2N-V3/DATA", filename)

@app.route('/Patent2Net/media/<path:filename>')
def media_static(filename):
Expand Down

0 comments on commit 2e50c19

Please sign in to comment.