inital
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
"""API v1 blueprint."""
|
||||
from flask import Blueprint
|
||||
|
||||
# Create v1 API blueprint
|
||||
api_v1_bp = Blueprint("api_v1", __name__)
|
||||
|
||||
# Import route modules to register them
|
||||
from app.api.v1 import auth, users, organizations
|
||||
Reference in New Issue
Block a user