|
@ -22,4 +22,4 @@ app.register_blueprint(bp_start) |
|
|
app.register_blueprint(bp_block) |
|
|
app.register_blueprint(bp_block) |
|
|
app.register_blueprint(bp_collection) |
|
|
app.register_blueprint(bp_collection) |
|
|
init_db() |
|
|
init_db() |
|
|
app.run(host="0.0.0.0",port="5000",debug=True) |
|
|
|
|
|
|
|
|
app.run(debug=True) |