|
|
|
@ -9,7 +9,7 @@ repo_path = os.environ.get("REPO_PATH")
|
|
|
|
|
bp = Blueprint("contents", __name__, url_prefix="/contents")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@bp.route("/", method=("GET", "POST"))
|
|
|
|
|
@bp.route("/", methods=("GET", "POST"))
|
|
|
|
|
def contents():
|
|
|
|
|
if request.method == "POST":
|
|
|
|
|
print(request)
|
|
|
|
|