Skip to content

Commit

Permalink
fix: global folder name
Browse files Browse the repository at this point in the history
  • Loading branch information
emresudo committed Jan 6, 2024
1 parent e751e3d commit 55418b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ app.use(express.json());
app.use(express.urlencoded({ extended: true }));
app.use(cors());

const dir = "/root/monaco-tree";
const dir = "/app";

app.get("/files", async (req, res) => {
let results = [];
Expand Down

0 comments on commit 55418b3

Please sign in to comment.