18 lines
397 B
Text
18 lines
397 B
Text
/static StaticR Static appStatic
|
|
/auth AuthR Auth getAuth
|
|
|
|
/favicon.ico FaviconR GET
|
|
/keybase.txt KeybaseR GET
|
|
/robots.txt RobotsR GET
|
|
/sitemap.xml SitemapR GET
|
|
|
|
/ HomeR GET
|
|
/avatars/#UserId AvatarR GET
|
|
/categories/#Slug CategoryR GET
|
|
|
|
/feed FeedR GET
|
|
!/#EntryKind/feed FeedKindR GET
|
|
|
|
!/#EntryKind EntriesR GET
|
|
!/#EntryKind/#EntryId EntryR GET
|
|
!/#EntryKind/#EntryId/#Slug EntryWithSlugR GET
|