Add SmartTools Registry with Web UI (Phase 1-7) #18
|
|
@ -11,5 +11,5 @@ web_bp = Blueprint(
|
|||
__name__,
|
||||
template_folder=os.path.join(_pkg_dir, "templates"),
|
||||
static_folder=os.path.join(_pkg_dir, "static"),
|
||||
static_url_path="/static",
|
||||
static_url_path="/web-static",
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in New Issue