Skip to content

Commit

Permalink
Refer to the path module in a more secure way
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianKniephoff committed May 22, 2024
1 parent ce0f942 commit 74b8df4
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
@@ -1,6 +1,6 @@
const { createProxyMiddleware } = require("http-proxy-middleware");
const express = require("express");
const path = require("path");
const path = require("node:path");

module.exports = app => {
app.use([
Expand Down

0 comments on commit 74b8df4

Please sign in to comment.