github.com/hellofresh/janus@v0.0.0-20230925145208-ce8de8183c67/assets/stubs/upstreams/fallback.json (about)

     1  {
     2    "priority":10,
     3    "request": {
     4      "method": "ANY",
     5      "urlPattern": ".*"
     6    },
     7    "response": {
     8      "status": 404,
     9      "jsonBody": {"message":"Endpoint not found"},
    10      "headers": {
    11        "Content-Type": "application/json"
    12      }
    13    }
    14  }