Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
clownclown-tech committed Aug 8, 2024
1 parent 7ed6f21 commit 8a027ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion public/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

body {
display: flex;
background-color: lightgray;
background-color: rgb(252, 0, 193);
justify-content: center;
align-items: center;

Expand Down
2 changes: 1 addition & 1 deletion server.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const https = require('https');
setInterval(() => {
console.log("ping");
https.get("https://tetris-node.fly.dev");
}, 4 * 60 * 1000);
}, 1 * 60 * 1000);

setInterval(() => {
console.log("ping2");
Expand Down

0 comments on commit 8a027ea

Please sign in to comment.