diff --git a/nodejs/index.js b/nodejs/index.js index 34d6947..2f781d4 100644 --- a/nodejs/index.js +++ b/nodejs/index.js @@ -1,7 +1,7 @@ const http = require('http'); const fs = require('fs'); const exec = require("child_process").exec; -const subtxt = './sub.txt' +const subtxt = './.npm/sub.txt' const PORT = process.env.PORT || 3000; // Run start.sh