(FIX): Another stupid ass path, I hate this

This commit is contained in:
Hayden Hargreaves 2025-05-23 19:03:39 -07:00
parent 60e18685a3
commit 79c438aa3a

View File

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