update runtime

This commit is contained in:
SowinskiBraeden committed 2025-03-13 12:12:21 -07:00
1 parent 57eb6052be
commit e71830dbd1
1 file changed
+3
+3
View File
@@ -23,3 +23,6 @@ def index() -> str:
def loadBoard(boardID: str) -> str:
path = os.path.join(root_dir(), f"boards/{boardID}.txt")
return Response(get_file(path), mimetype="text/plain")
if __name__ == "__main__":
app.run(host="0.0.0.0")