mirror of
https://github.com/PotentiaRobotics/robot-gui.git
synced 2025-04-21 03:10:17 -04:00
Added app route for tailwind file
This commit is contained in:
parent
6432e17c89
commit
1297eb4cca
4
app.py
4
app.py
|
@ -16,6 +16,10 @@ css.build()
|
||||||
def homepage():
|
def homepage():
|
||||||
return render_template("index.html")
|
return render_template("index.html")
|
||||||
|
|
||||||
|
@app.route("/tw")
|
||||||
|
def tw():
|
||||||
|
return render_template("tw.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