mirror of
https://github.com/NebulaServices/Nebula.git
synced 2025-05-17 13:30:00 -04:00
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
|
||||
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) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue