aboutsummaryrefslogblamecommitdiffhomepage
path: root/client/proxy.config.json
blob: c6300a4126b93c09bfa366a541cea737a76ba662 (plain) (tree)
1
2
3
4
5
6
7
8
9




                                      



                                      


                                      

                 


                                    

   
{
  "/api": {
    "target": "http://localhost:9000",
    "secure": false
  },
  "/plugins": {
    "target": "http://localhost:9000",
    "secure": false
  },
  "/static": {
    "target": "http://localhost:9000",
    "secure": false
  },
  "/socket.io": {
    "target": "ws://localhost:9000",
    "secure": false,
    "ws": true
  }
}