diff --git a/client/stillbox/src/proxy.conf.json b/client/stillbox/src/proxy.conf.json new file mode 100644 index 0000000..96af567 --- /dev/null +++ b/client/stillbox/src/proxy.conf.json @@ -0,0 +1,6 @@ +{ + "/api": { + "target": "http://xenon:3050", + "secure": false + } +}