Add SmartTools Registry with Web UI (Phase 1-7) #18

Merged
rob merged 13 commits from feature/registry into main 2026-01-01 01:21:40 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit e029166ba6 - Show all commits

View File

@ -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",
)