{
  "routes": [
    {
      "method": "GET",
      "path": "/",
      "handler": "content-import-export.index",
      "config": {
        "policies": []
      }
    },
    {
      "method": "POST",
      "path": "/pre-analyze",
      "handler": "content-import-export.preAnalyzeContent",
      "config": {
        "policies": []
      }
    },
    {
      "method": "POST",
      "path": "/import",
      "handler": "content-import-export.importItems",
      "config": {
        "policies": []
      }
    },
    {
      "method": "POST",
      "path": "/export",
      "handler": "content-import-export.exportItems",
      "config": {
        "policies": []
      }
    }
  ]
}
