Commit 13b4ca1f authored by Romain Loth's avatar Romain Loth

run helpers

parent cd8fd44e
#! /bin/bash
#
# simple web server running server_comex_registration:app
gunicorn -b 127.0.0.1:9090 server_comex_registration:app
......@@ -69,7 +69,7 @@ COLS = [ ("doors_uid", True, 36),
# prefix must match what nginx conf expects
ROUTE_PREFIX = "/regcomex"
@app.route(ROUTE_PREFIX+"/", methods=['GET','POST'])
@app.route(ROUTE_PREFIX+"", methods=['GET','POST'])
def one_big_form():
if request.method == 'GET':
return render_template("base_form.html")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment