Skip to content

Commit

Permalink
Add missing trailing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianKniephoff committed May 8, 2024
1 parent bf50e98 commit 40962d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/setupProxy.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ module.exports = function (app) {
createProxyMiddleware({
target: "http://localhost:5000",
changeOrigin: true,
})
}),
);
};

0 comments on commit 40962d1

Please sign in to comment.