Update index.js

This commit is contained in:
eooce
2025-02-28 00:48:11 +08:00
committed by GitHub
parent 9ba12dd7ec
commit 69e1b431e4
+1 -1
View File
@@ -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