things
This commit is contained in:
parent
ec1bd2ba1f
commit
3a708add3b
@ -12,11 +12,6 @@ def index():
|
|||||||
return render_template('index.html')
|
return render_template('index.html')
|
||||||
|
|
||||||
|
|
||||||
@app.route('/popup')
|
|
||||||
def popup():
|
|
||||||
return render_template('popover.html')
|
|
||||||
|
|
||||||
|
|
||||||
@app.route('/translate', methods=['POST'])
|
@app.route('/translate', methods=['POST'])
|
||||||
def translate():
|
def translate():
|
||||||
lines = request.form['code']
|
lines = request.form['code']
|
||||||
|
Loading…
x
Reference in New Issue
Block a user