feat:新增测试接口 轮询更新前端
This commit is contained in:
@@ -6,3 +6,7 @@ page_bp = Blueprint('page', __name__)
|
||||
@page_bp.route('/')
|
||||
def index():
|
||||
return render_template('index.html')
|
||||
|
||||
@page_bp.route('/show')
|
||||
def test():
|
||||
return render_template('show.html')
|
||||
|
||||
Reference in New Issue
Block a user