05/06/2026 Initial commit
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
"""
|
||||
app/tenant/locations/routes.py
|
||||
Phase 3+ implementation.
|
||||
"""
|
||||
from flask import Blueprint
|
||||
|
||||
locations_bp = Blueprint("locations", __name__, url_prefix="/locations")
|
||||
Reference in New Issue
Block a user