This commit is contained in:
Cohen Erickson 2023-02-27 12:33:47 -06:00 committed by GitHub
parent 180fa64420
commit 059526d961
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
app.js
View file

@ -160,8 +160,8 @@ app.post("/validate-otp", (req, res) => {
});
// Static files
app.use("/uv/", express.static(uvPath));
app.use(express.static(path.join(__dirname, "public")));
app.use("/uv/", express.static(uvPath));
// Login route
app.get("/login", (req, res) => {