← back to Dw Internal Gateway
routes.json
23 lines
{
"comment": "Dedicated internal viewers: <slug>.internal.dw -> 127.0.0.1:<port>. Any slug NOT listed here falls through to the generic dw_unified <slug>_catalog viewer.",
"routes": {
"crezana": 10072,
"fromental": 10071,
"gracie": 10073,
"greenland": 9973,
"schumacher": 9946,
"zuber": 10074,
"japan": 9931,
"rigo": 9979,
"fentucci": 9981,
"whimsical": 9787,
"pattern-vault": 9779,
"domains": 9784,
"corvette": 9797
},
"redirectsComment": "Aliases that 302 to another internal host, optionally pre-filtered. Used when a line's data already lives (with images) inside a shared multi-brand viewer, so a standalone <slug>_catalog copy would be a redundant, imageless duplicate. lilycolor images are zip-packed local files served only by the japan-viewer's SKU resolver, so we alias to it filtered by its Source facet (src_label=Lilycolor) instead of populating an imageless lilycolor_catalog.",
"redirects": {
"lilycolor": "japan.internal.dw/?src_label=Lilycolor"
}
}