← back to Quadrille Showroom
Clean stale proxy-server comment in v10 proto (now served same-origin from public/proto)
51ceefaa75687128f9e7da2644d1a74b019b6320 · 2026-06-28 08:40:33 -0700 · Steve
Files touched
M public/proto/v10-concierge.html
Diff
commit 51ceefaa75687128f9e7da2644d1a74b019b6320
Author: Steve <steve@designerwallcoverings.com>
Date: Sun Jun 28 08:40:33 2026 -0700
Clean stale proxy-server comment in v10 proto (now served same-origin from public/proto)
---
public/proto/v10-concierge.html | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/public/proto/v10-concierge.html b/public/proto/v10-concierge.html
index d2404af..db1089b 100644
--- a/public/proto/v10-concierge.html
+++ b/public/proto/v10-concierge.html
@@ -302,9 +302,9 @@
Color/hue/bucket fields are null in the feed, so all signal
is derived from pattern_name + collection text.
============================================================ */
-/* Relative path so it's same-origin whether served behind the proto proxy
- (proto/proxy-server.cjs :7699 → backend :7690) or later from the app's public/.
- Falls back to the absolute backend URL if same-origin fetch fails. */
+/* Served same-origin from the app's public/proto/ — the API + image proxy are
+ on the same host, so a relative path is all we need. (The dev fallback to the
+ absolute backend URL is kept only for opening the file standalone.) */
const API = '/api/showroom/products?limit=200';
const API_FALLBACK = 'http://127.0.0.1:7690/api/showroom/products?limit=200';
let PRODUCTS = [];
← 962e2f7 Enrichment: coarsen patternBase family to first-word family
·
back to Quadrille Showroom
·
Docs: VERSIONS.md — close the V6-V10 fork; document the inte 1223514 →