setup potato for traefik.
This commit is contained in:
@@ -5,9 +5,10 @@ app = Flask(__name__)
|
||||
@app.route("/api/active_tables")
|
||||
def hello():
|
||||
return jsonify([{
|
||||
"a": 1,
|
||||
"b": "b",
|
||||
"potato": "potato"
|
||||
"id": 1,
|
||||
"table_name": "b",
|
||||
"table_link": "potato",
|
||||
"active": False
|
||||
}])
|
||||
|
||||
@app.route("/api/tables")
|
||||
|
||||
Reference in New Issue
Block a user