Fix UV
This commit is contained in:
parent
180fa64420
commit
059526d961
1 changed files with 1 additions and 1 deletions
2
app.js
2
app.js
|
|
@ -160,8 +160,8 @@ app.post("/validate-otp", (req, res) => {
|
||||||
});
|
});
|
||||||
|
|
||||||
// Static files
|
// Static files
|
||||||
app.use("/uv/", express.static(uvPath));
|
|
||||||
app.use(express.static(path.join(__dirname, "public")));
|
app.use(express.static(path.join(__dirname, "public")));
|
||||||
|
app.use("/uv/", express.static(uvPath));
|
||||||
|
|
||||||
// Login route
|
// Login route
|
||||||
app.get("/login", (req, res) => {
|
app.get("/login", (req, res) => {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue