Fix parser on SWP dev builds

This commit is contained in:
f4lco
2024-11-17 10:02:15 +01:00
parent afb6ad2593
commit 1bbcd9185a
2 changed files with 15 additions and 2 deletions
+4
View File
@@ -71,3 +71,7 @@ def canteen_index():
@app.route("/health_check")
def health_check():
return make_response("OK", 200)
if __name__ == '__main__':
app.run()