fix: Add escape char for curl rendering and format python files
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
from flask import Blueprint, request
|
||||
from tools import json_response
|
||||
|
||||
app = Blueprint('template', __name__)
|
||||
app = Blueprint("template", __name__)
|
||||
|
||||
|
||||
@app.route("/", strict_slashes=False)
|
||||
def index():
|
||||
return json_response(request, "Success", 200)
|
||||
return json_response(request, "Success", 200)
|
||||
|
||||
Reference in New Issue
Block a user