(FIX): I think this was the solution.

If so, def need a better option.
This commit is contained in:
Hayden Hargreaves 2025-05-23 18:54:18 -07:00
parent d7ad796bd8
commit 60e18685a3

View File

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