{
  "name": "y-socceryupoo-proxy",
  "version": "2.0.0",
  "upstreams": {
    "yupoo": "photo.yupoo.com",
    "wc": "xcimg.szwego.com"
  },
  "routes": [
    "GET /m/{shop}/{dir}/{file}      → yupoo",
    "GET /{shop}/{dir}/{file}        → yupoo (bare)",
    "GET /wc/{path...}               → wecatalog image",
    "GET /wcv/{path...}              → wecatalog video",
    "GET /wc/items?store=...         → wecatalog items/video",
    "GET /wc/shop?store=...          → wecatalog shop info",
    "GET /wc/template?store=...      → wecatalog template"
  ]
}