Skip to content

Commit 3f0efcd

Browse files
committed
chore: test endpoint removal
1 parent df099be commit 3f0efcd

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

app.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -179,9 +179,4 @@ app.get('/history/charts/:country', async (req, res, next) => {
179179
app.use('/xterm', express.static(__dirname + '/node_modules/xterm'));
180180
app.use('/xterm/addons', express.static(__dirname + '/node_modules/xterm-addon-fit'));
181181

182-
app.get('*', (req, res) => res.send(`
183-
Welcome to COVID-19 Tracker CLI v${pkg.version} by Waren Gonzaga\n
184-
Please visit: https://warengonza.ga/covid19-tracker-cli
185-
\n`));
186-
187182
app.listen(port, () => console.log(`COVID-19 Tracker v${pkg.version} is listening on port ${port}!`));

0 commit comments

Comments
 (0)