Add placeholder for :hashtag.

This commit is contained in:
tastytea 2020-01-05 16:15:58 +01:00
parent 765fc86179
commit 1bfe3136aa
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07

View File

@ -102,7 +102,7 @@ API::API()
{v1::scheduled_statuses_id, "/api/v1/scheduled/statuses/id"},
{v1::timelines_public, "/api/v1/timelines/public"},
{v1::timelines_tag_hashtag, "/api/v1/timelines/tag/hashtag"},
{v1::timelines_tag_hashtag, "/api/v1/timelines/tag/<HASHTAG>"},
{v1::timelines_home, "/api/v1/timelines/home"},
{v1::timelines_list_list_id, "/api/v1/timelines/list/list/id"},