How To Create Proxy File In Angular

{
  "/api/*": {
    "target": "http://localhost:4000",
    "secure": false,
    "logLevel": "debug",
    "changeOrigin": true
  }
}

Comments

Post a Comment

Popular posts from this blog

String Program in C#

CSV using XmlNode

Extension Method & Partial Class