feat(us): adds contact and about sections
This commit is contained in:
@@ -33,5 +33,6 @@ def create_app(config_class=Config):
|
||||
app.register_blueprint(users_bp, url_prefix="/users")
|
||||
from app.pets import bp as pets_bp
|
||||
app.register_blueprint(pets_bp, url_prefix="/pets")
|
||||
|
||||
from app.us import bp as us_bp
|
||||
app.register_blueprint(us_bp, url_prefix="/us")
|
||||
return app
|
||||
Reference in New Issue
Block a user