{
  "showErrorDetail": true,
  "handlers": {
    "^/api/": "$./handlers/rest"
  },
  "rest": {
    "routes": {
      "/api/hello/{name}": "./hello"
    }
  }
}