generated from dellevin/template
feat: complete local version to overwrite remote
This commit is contained in:
9
flask-dev-api/blueprints/chmod_calc.py
Normal file
9
flask-dev-api/blueprints/chmod_calc.py
Normal file
@@ -0,0 +1,9 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
from flask import Blueprint, render_template
|
||||
|
||||
bp = Blueprint('chmod_calc', __name__, url_prefix='/chmod-calc')
|
||||
|
||||
|
||||
@bp.route('/')
|
||||
def page():
|
||||
return render_template('chmod_calc.html')
|
||||
Reference in New Issue
Block a user