million-stats/api/keep_alive.js

5 lines
137 B
JavaScript
Raw Normal View History

2021-05-11 20:54:28 +00:00
// const http = require('http');
// http.createServer(function(req, res) {
// res.write("I'm alive");
// res.end();
// }).listen(8080);