Files
order/web/controllers/guanwang/Guanwang.py

8 lines
183 B
Python
Raw Normal View History

2023-11-22 23:31:29 +08:00
# -*- coding: utf-8 -*-
from flask import Blueprint
route_guanwang = Blueprint('guanwang_page', __name__)
@route_guanwang.route("/guanwang")
def guanwang():
return "doudouindex"