added /multisite route #441
1 changed files with 1 additions and 0 deletions
|
@ -9,5 +9,6 @@ module.exports = (app) => {
|
|||
app.get('/trending', redirect('/popular'));
|
||||
app.get('/popular', handlePageRequest);
|
||||
app.get('/new', handlePageRequest);
|
||||
app.get('/multisite', handlePageRequest);
|
||||
app.get('/embed/:claimId/:name', handleEmbedRequest); // route to send embedable video player (for twitter)
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue