Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
msveshnikov committed May 1, 2024
1 parent a92ad4b commit 0c1f0b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ app.get("/stats", verifyToken, async (req, res) => {
}
});

const contentFolder = path.join(process.cwd(), "content");
export const contentFolder = path.join(process.cwd(), "content");
if (!fs.existsSync(contentFolder)) {
fs.mkdirSync(contentFolder, { recursive: true });
}
Expand Down

0 comments on commit 0c1f0b3

Please sign in to comment.