upload config

This commit is contained in:
timothypidashev
2021-07-15 11:03:59 -07:00
parent 5bf2ef6b1c
commit 966ce43331
989 changed files with 70951 additions and 5649 deletions

View File

@@ -8,8 +8,3 @@ app = Flask(__name__)
def home():
return "Home Page Route"
@app.route("/api")
def api():
with open("data.json", mode="r") as my_file:
text = my_file.read()
return text