remove url_prefix from the server blueprint
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
from flask import Blueprint, jsonify
|
||||
|
||||
mod = Blueprint('server', __name__, url_prefix='/')
|
||||
mod = Blueprint('server', __name__)
|
||||
|
||||
@mod.route("/", methods=["GET"])
|
||||
def status():
|
||||
|
||||
Reference in New Issue
Block a user