(FIX): I think this was the solution.
If so, def need a better option.
This commit is contained in:
parent
d7ad796bd8
commit
60e18685a3
@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user