Remove 's so it is easier to copy-paste the address

This commit is contained in:
Igor Mandrigin 2018-10-04 09:37:54 +02:00 committed by GitHub
parent 0a86450317
commit 562d91c4c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -53,7 +53,7 @@ router.get('/chat/:chatType/:chatId', function(req, res, next) {
router.get('/user/:userId', function(req, res, next) {
res.render('index', {
title: `View user ${req.params.userId}'s profile in Status`,
title: `View user ${req.params.userId} profile in Status`,
path: req.originalUrl
});
});