diff --git a/app/main.py b/app/main.py index cb484c5..828e74d 100644 --- a/app/main.py +++ b/app/main.py @@ -80,7 +80,7 @@ def _page(filename): return _serve -for _stub in ("shop", "builder", "admin", "dash", "pos"): +for _stub in ("shop", "builder", "admin", "dash", "pos", "search"): app.add_api_route(f"/{_stub}", _page(_stub + ".html"), methods=["GET"], include_in_schema=False) # Mounts come last so the API routes + /healthz match first; "/" serves the landing/dash site. diff --git a/site/admin.html b/site/admin.html index 8d7e9e9..638de60 100644 --- a/site/admin.html +++ b/site/admin.html @@ -4,7 +4,7 @@