prepare socket comms & html templates
This commit is contained in:
@@ -4,8 +4,6 @@ from app.routes.friends import _friends_page_data
|
||||
|
||||
main_bp = Blueprint("main", __name__)
|
||||
|
||||
|
||||
|
||||
@main_bp.route("/", methods=["GET", "POST"])
|
||||
def index():
|
||||
if current_user.is_authenticated:
|
||||
|
||||
Reference in New Issue
Block a user