From 9acd9e8da5d33cb13288e4c42b21362238caac62 Mon Sep 17 00:00:00 2001 From: eooce <142894633+eooce@users.noreply.github.com> Date: Tue, 11 Jun 2024 20:37:25 +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 2f781d4..34d6947 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 = './.npm/sub.txt' +const subtxt = './sub.txt' const PORT = process.env.PORT || 3000; // Run start.sh