dashboard/api/__init__.py

4 lines
90 B
Python
Raw Normal View History

2021-09-27 12:03:35 +02:00
from flask import Blueprint
api_v1 = Blueprint('api_v1', __name__, url_prefix='/api/v1')