{
  "routes": [
    {
      "method": "GET",
      "path": "/",
      "handler": "editorjs.index",
      "config": {
        "policies": []
      }
    },
    {
      "method": "GET",
      "path": "/fetchUrl",
      "handler": "editorjs.fetchUrl",
      "config": {
        "policies": []
      }
    }
  ]
}
