Skip to content
This repository was archived by the owner on Nov 8, 2022. It is now read-only.

Commit 381e072

Browse files
committed
chore: Merge branch 'dev'
2 parents 7cfac22 + cd4053b commit 381e072

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

server.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,6 @@ app.prepare().then(() => {
5454

5555
server.get('/', (req, res) => res.redirect(HOME_PAGE))
5656

57-
server.get(HOME_PAGE, (req, res) =>
58-
renderAndCache(req, res, '/home/posts', req.query)
59-
)
60-
6157
server.get('/oauth/', (req, res) =>
6258
renderAndCache(req, res, '/oauth', req.query)
6359
)
@@ -102,7 +98,6 @@ app.prepare().then(() => {
10298
)
10399

104100
server.get('/:community/:thread', (req, res) => {
105-
console.log('default community route')
106101
if (
107102
R.has('preview', req.query) &&
108103
R.has('id', req.query) &&

0 commit comments

Comments
 (0)