6 lines
121 B
JavaScript
6 lines
121 B
JavaScript
let serverPath = "/var/www/html"
|
|
|
|
if (typeof module !== 'undefined' && module.exports) {
|
|
module.exports = serverPath;
|
|
}
|