getting some ui and index route going
This commit is contained in:
@@ -26,4 +26,8 @@ def create_app(test_config=None):
|
||||
from . import db
|
||||
db.init_app(app)
|
||||
|
||||
from . import weather
|
||||
app.register_blueprint(weather.bp)
|
||||
app.add_url_rule('/', endpoint='index')
|
||||
|
||||
return app
|
||||
|
||||
Reference in New Issue
Block a user