6 lines
128 B
JavaScript
Executable File
6 lines
128 B
JavaScript
Executable File
let serverPath = "/var/www/deadvey.com"
|
|
|
|
if (typeof module !== 'undefined' && module.exports) {
|
|
module.exports = serverPath;
|
|
}
|