mirror of
https://github.com/status-im/universal-links-handler.git
synced 2025-02-24 00:28:11 +00:00
Remove 's so it is easier to copy-paste the address
This commit is contained in:
parent
0a86450317
commit
562d91c4c3
@ -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
|
||||
});
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user