Update index.js

This commit is contained in:
eooce
2024-06-11 20:37:25 +08:00
committed by GitHub
parent e6dc7356f2
commit 9acd9e8da5
+1 -1
View File
@@ -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