{
  "rewrites": [
    {
      "source": "/iotapi/(.*)",
      "destination": "/api/proxy"
    },
    {
      "source": "/dgiot_dashboard/(.*)",
      "destination": "/api/proxy"
    },
    {
      "source": "/dgiot_swagger/(.*)",
      "destination": "/api/proxy"
    },
    {
      "source": "/dgiot_file/(.*)",
      "destination": "/api/proxy"
    },
    {
      "source": "/dgiot-amis-dashboard/(.*)",
      "destination": "/api/proxy"
    }
  ],
  "headers": [
    {
      "source": "/(.*).(ttf|otf|woff2|woff|eot|json)",
      "headers" : [
        {
          "key" : "Cache-Control",
          "value" : "public, max-age=31536000, immutable"
        }
      ]
    }
  ]
}
