python学习
This commit is contained in:
8
web/controllers/api/__init__.py
Normal file
8
web/controllers/api/__init__.py
Normal file
@@ -0,0 +1,8 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
from flask import Blueprint
|
||||
route_api = Blueprint('api_page',__name__ )
|
||||
from web.controllers.api.Member import *
|
||||
|
||||
@route_api.route("/")
|
||||
def index():
|
||||
return "Mina Api V1.0~~"
|
||||
Reference in New Issue
Block a user