feat(archi): renamed reset part as password
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
from flask import Flask
|
||||
from . import reset, config
|
||||
from . import password, config
|
||||
|
||||
def create_app():
|
||||
app = Flask(__name__, template_folder="ui/templates", static_folder="ui/static")
|
||||
app.config.from_object(config.ProductionConfig())
|
||||
|
||||
app.register_blueprint(reset.bp)
|
||||
app.register_blueprint(password.bp)
|
||||
|
||||
return app
|
||||
|
||||
Reference in New Issue
Block a user