mirror of https://github.com/Chocobozzz/PeerTube
Fix angular proxy in dev mode
parent
1a56b4f680
commit
2c434c348c
|
@ -20,8 +20,14 @@
|
|||
"secure": false,
|
||||
"ws": true
|
||||
},
|
||||
"/": {
|
||||
"target": "http://localhost:3000/client",
|
||||
"secure": false
|
||||
"/!(client)**": {
|
||||
"target": "http://localhost:3000/client/index.html",
|
||||
"secure": false,
|
||||
"logLevel": "debug"
|
||||
},
|
||||
"/!(client)**/**": {
|
||||
"target": "http://localhost:3000/client/index.html",
|
||||
"secure": false,
|
||||
"logLevel": "debug"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue