diff --git a/app/src/setupProxy.js b/app/src/setupProxy.js index bd648d4bac..5118929185 100644 --- a/app/src/setupProxy.js +++ b/app/src/setupProxy.js @@ -16,6 +16,6 @@ module.exports = function (app) { createProxyMiddleware({ target: "http://localhost:5000", changeOrigin: true, - }) + }), ); };