[
  {
    "method": "GET",
    "path": "/popup/:id",
    "handler": "cookie-popup.findOne"
  },
  {
    "method": "GET",
    "path": "/popup",
    "handler": "cookie-popup.find"
  }
]
