(FIX): Always forget to change the paths
Need a new system here, really
This commit is contained in:
parent
7a583ec1d6
commit
383a5d8265
@ -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.
|
||||
|
||||
@ -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.
|
||||
|
||||
Reference in New Issue
Block a user