feat: updated index position

This commit is contained in:
Davide Passoni
2024-12-06 17:59:09 +01:00
parent 1f60f51898
commit be439be264
3 changed files with 2 additions and 4 deletions

View File

@@ -246,7 +246,7 @@ module.exports = function (configLocation, viteProxy) {
);
} else {
app.get("/", function (req, res) {
res.sendfile(path.join(__dirname, "..", "public", "vite", "index.html"));
res.sendfile(path.join(__dirname, "..", "public", "index.html"));
});
}