ngoctuanai commited on
Commit
1138ab5
verified
1 Parent(s): ab6d220

Upload 3 files

Browse files
Files changed (2) hide show
  1. README-VN.md +2 -2
  2. index.js +2 -2
README-VN.md CHANGED
@@ -3,9 +3,9 @@
3
 
4
  # Keep online
5
 
6
- **Vietnamese** 路 [English](./README.md)
7
 
8
- | Deploy with HuggingFace |
9
  | :-------------------------------------: |
10
  | [![][deploy-button-image]][deploy-link] |
11
 
 
3
 
4
  # Keep online
5
 
6
+ **Ti岷縩g Vi峄噒** 路 [Ti岷縩g Anh](./README.md)
7
 
8
+ | Tri峄僴 khai v峄沬 HuggingFace |
9
  | :-------------------------------------: |
10
  | [![][deploy-button-image]][deploy-link] |
11
 
index.js CHANGED
@@ -78,10 +78,10 @@ cron.schedule('*/2 * * * *', () => {
78
  const server = http.createServer((req, res) => {
79
  if (req.url === '/') {
80
  res.writeHead(200, { 'Content-Type': 'text/plain' });
81
- res.end('Hello, World!\n');
82
  } else {
83
  res.writeHead(404, { 'Content-Type': 'text/plain' });
84
- res.end('Not Found\n');
85
  }
86
  });
87
 
 
78
  const server = http.createServer((req, res) => {
79
  if (req.url === '/') {
80
  res.writeHead(200, { 'Content-Type': 'text/plain' });
81
+ res.end('Keep Online! - github.com/chokiproai/keep-online\n');
82
  } else {
83
  res.writeHead(404, { 'Content-Type': 'text/plain' });
84
+ res.end('Not Found! - github.com/chokiproai/keep-online\n');
85
  }
86
  });
87