mirror of
https://github.com/PotentiaRobotics/robot-gui.git
synced 2025-04-20 19:00:16 -04:00
Added route for semi-automatic mode
This commit is contained in:
parent
b63796fec6
commit
4615f4d5f7
4
app.py
4
app.py
|
@ -24,6 +24,10 @@ def tw():
|
||||||
def auto():
|
def auto():
|
||||||
return render_template("auto.html")
|
return render_template("auto.html")
|
||||||
|
|
||||||
|
@app.route("/semi")
|
||||||
|
def semi():
|
||||||
|
return render_template("semi.html")
|
||||||
|
|
||||||
#Modify to get data
|
#Modify to get data
|
||||||
@app.route('/api/datapoint')
|
@app.route('/api/datapoint')
|
||||||
def api_datapoint():
|
def api_datapoint():
|
||||||
|
|
Loading…
Reference in New Issue
Block a user