(FIX): Always forget to change the paths

Need a new system here, really
This commit is contained in:
Hayden Hargreaves 2025-05-27 22:43:34 -07:00
parent 7a583ec1d6
commit 383a5d8265
2 changed files with 4 additions and 4 deletions

View File

@ -20,8 +20,8 @@ import Multer from "multer";
const PORT = 5000;
const APP: Express = express();
// TODO: BACK TO NORMAL PATH
// const ROOT: string = "/media/vault";
const ROOT: string = "/home/azpect";
const ROOT: string = "/media/vault";
// const ROOT: string = "/home/azpect";
/**
* Configure the .env file, this is for testing only, should be ignored in production.

View File

@ -13,8 +13,8 @@ import CreateDirectory from "../components/CreateDirectory.jsx";
export default function Dashboard() {
// Store the default path
// TODO: BACK TO NORMAL PATH
// const defaultPath = ["media", "vault"];
const defaultPath = ["home", "azpect"];
const defaultPath = ["media", "vault"];
// const defaultPath = ["home", "azpect"];
/**
* URL To the backend web server.