{
  "routes": [
    {
      "method": "GET",
      "url": "/"
    },
    {
      "method": "GET",
      "url": "/exception_test"
    },
    {
      "method": "GET",
      "url": "/countries"
    },
    {
      "method": "GET",
      "url": "/match_jobs"
    },
    {
      "method": "GET",
      "url": "/file_sources"
    },
    {
      "method": "GET",
      "url": "/file_sources/:id"
    },
    {
      "method": "GET",
      "url": "/file_sources"
    },
    {
      "method": "GET",
      "url": "/geocoding_jobs"
    },
    {
      "method": "GET",
      "url": "/api/jobs"
    },
    {
      "method": "GET",
      "url": "/api/jobs/top_by_occupation"
    },
    {
      "method": "GET",
      "url": "/api/jobs/:id"
    },
    {
      "method": "GET",
      "url": "/api/stats/by_category"
    },
    {
      "method": "GET",
      "url": "/api/stats/by_occupation"
    },
    {
      "method": "GET",
      "url": "/api/providers"
    },
    null,
    {
      "method": "POST",
      "url": "/adzuna/import"
    },
    {
      "method": "POST",
      "url": "/monster/import"
    },
    {
      "method": "POST",
      "url": "/sec/import"
    },
    {
      "method": "POST",
      "url": "/external_sec/import"
    },
    {
      "method": "POST",
      "url": "/match"
    },
    {
      "method": "POST",
      "url": "/match_onet"
    },
    {
      "method": "POST",
      "url": "/geocoding/generate_locations"
    },
    {
      "method": "POST",
      "url": "/api/list_jobs"
    },
    {
      "method": "PUT",
      "url": "\\/api\\/jobs\\/([\\da-f]{8}-[\\da-f]{4}-[\\da-f]{4}-[\\da-f]{4}-[\\da-f]{12})"
    },
    {
      "method": "PUT",
      "url": "\\/api\\/providers\\/([\\da-f]{8}-[\\da-f]{4}-[\\da-f]{4}-[\\da-f]{4}-[\\da-f]{12})"
    }
  ]
}