update code of dash and report of cont_client and devlp abstract of qty
This commit is contained in:
16
app/routes/engineering.py
Normal file
16
app/routes/engineering.py
Normal file
@@ -0,0 +1,16 @@
|
||||
from flask import Blueprint
|
||||
from app.models.width_model import Width
|
||||
|
||||
engi_bp = Blueprint("engineering",__name__, url_prefix="/engi")
|
||||
|
||||
|
||||
@engi_bp.route("/add")
|
||||
def add_width_md():
|
||||
|
||||
return True
|
||||
|
||||
|
||||
@engi_bp.route("/list")
|
||||
def display_list():
|
||||
|
||||
return True
|
||||
Reference in New Issue
Block a user