Skip to content

Commit

Permalink
feat: try to get the thing to make a release
Browse files Browse the repository at this point in the history
rahularya50 committed Jun 26, 2019
1 parent 27b9ba1 commit 57c8502
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/web-server/app.py
Original file line number Diff line number Diff line change
@@ -10,7 +10,6 @@ def root():
return app.send_static_file('./index.html')


# FIXME: DO NOT DEPLOY
@app.route('/api/pytutor', methods=['POST'])
def pytutor_proxy():
response = requests.post("http://pythontutor.com/web_exec_py3.py", data={

0 comments on commit 57c8502

Please sign in to comment.