Skip to content
This repository was archived by the owner on May 28, 2023. It is now read-only.

Commit 73f108f

Browse files
LMAO
1 parent a9a6b38 commit 73f108f

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

index.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -181,10 +181,6 @@ if (cluster.isPrimary) {
181181
return;
182182
}
183183
});
184-
app.get('/health', (req, res) => {
185-
res.sendStatus(200);
186-
return;
187-
});
188184
app.use((req, res) => {
189185
res.writeHead(302, {
190186
Location: '/404',

railway.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"$schema": "https://railway.app/railway.schema.json",
3+
"build": {
4+
"builder": "NIXPACKS",
5+
"buildCommand": "yarn build"
6+
},
7+
"deploy": {
8+
"startCommand": "yarn start",
9+
"healthcheckPath": null,
10+
"healthcheckTimeout": null,
11+
"restartPolicyType": "never"
12+
}
13+
}
14+

railway.toml

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)