feat: added the ability to create/edit/remove device types

This commit is contained in:
2025-11-06 11:00:18 +00:00
parent efd44bf968
commit d68eefcf0c
7 changed files with 424 additions and 2 deletions
+4 -1
View File
@@ -33,4 +33,7 @@ def inject_env_vars():
}
register_routes(app)
init_db(app)
init_db(app)
if __name__ == '__main__':
app.run(host='0.0.0.0', port=5000, debug=True)