From 69e1b431e4a6bc17de37463fe419838e57c87e4f Mon Sep 17 00:00:00 2001 From: eooce <142894633+eooce@users.noreply.github.com> Date: Fri, 28 Feb 2025 00:48:11 +0800 Subject: [PATCH] Update index.js --- nodejs/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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