Skip to content

Commit

Permalink
removed application root
Browse files Browse the repository at this point in the history
  • Loading branch information
KanBen86 committed Jun 29, 2024
1 parent e3e5e29 commit 1f00bdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/backend/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from gpt_process import ApiCaller

app = Flask(__name__)
app.config['APPLICATION_ROOT'] = '/t2p-2.0'
# app.config['APPLICATION_ROOT'] = '/t2p-2.0'

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

0 comments on commit 1f00bdf

Please sign in to comment.