Files
BiblioGame/app/routes/api/blueprint.py

3 lines
80 B
Python

from flask import Blueprint
api = Blueprint("api", __name__, url_prefix="/api")