Spaces:
Paused
Paused
ngoctuanai
commited on
Upload 3 files
Browse files- README-VN.md +2 -2
- index.js +2 -2
README-VN.md
CHANGED
@@ -3,9 +3,9 @@
|
|
3 |
|
4 |
# Keep online
|
5 |
|
6 |
-
**
|
7 |
|
8 |
-
|
|
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('
|
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 |
|