frontend/proxy.conf.json
garrettmills c7f9a59cc4
Some checks failed
continuous-integration/drone/push Build is failing
Start adding real-time collab support to WYSIWYG
2021-01-02 15:11:42 -06:00

11 lines
191 B
JSON

{
"/link_api": {
"target": "http://localhost:8000",
"secure": false,
"ws": true,
"changeOrigin": true,
"logLevel": "debug",
"pathRewrite": {"^/link_api": ""}
}
}