setup potato for traefik.

This commit is contained in:
iamBadgers
2026-03-15 19:46:09 -07:00
parent 6bb60c49f4
commit 8377d3f8f8
3 changed files with 37 additions and 30 deletions

View File

@@ -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")