From 834dc4903806cfb13156538a1784c1d766f3df67 Mon Sep 17 00:00:00 2001 From: Akihiko Odaki Date: Tue, 27 Mar 2018 12:53:56 +0900 Subject: Replace /:user endpoints with /@:user --- src/api/bot/interfaces/line.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/api/bot') diff --git a/src/api/bot/interfaces/line.ts b/src/api/bot/interfaces/line.ts index bf08821594..6b2ebdec88 100644 --- a/src/api/bot/interfaces/line.ts +++ b/src/api/bot/interfaces/line.ts @@ -121,7 +121,7 @@ class LineBot extends BotCore { actions.push({ type: 'uri', label: 'Webで見る', - uri: `${config.url}/${user.username}` + uri: `${config.url}/@${user.username}` }); this.reply([{ -- cgit v1.2.3-freya