快捷帮项目
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
255 B

"""
@Project KuajBang
@File view2.py
@Author AiNiSuBing
@Date 2022/5/6 18:51
"""
from flask import Blueprint
login = Blueprint("login", __name__)
@app.route('/login', methods=['GET', 'POST'])
def login():
return "new windows "