Phase 1
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
from flask import Blueprint
|
||||
|
||||
bp = Blueprint('inspections', __name__, url_prefix='/inspections')
|
||||
|
||||
@bp.route('/')
|
||||
def index():
|
||||
return "Inspections module - Coming in Phase 2"
|
||||
Reference in New Issue
Block a user