mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
feat: updated index position
This commit is contained in:
@@ -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"));
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user