✨ Add @ToadletPath annotation
[Sone.git] / src / main / kotlin / net / pterodactylus / sone / web / pages / BookmarksPage.kt
index 2afe4e8..0ed3662 100644 (file)
@@ -13,6 +13,7 @@ import javax.inject.*
  */
 @MenuName("Bookmarks")
 @TemplatePath("/templates/bookmarks.html")
+@ToadletPath("bookmarks.html")
 class BookmarksPage @Inject constructor(webInterface: WebInterface, loaders: Loaders, templateRenderer: TemplateRenderer) :
                SoneTemplatePage("bookmarks.html", webInterface, loaders, templateRenderer, pageTitleKey = "Page.Bookmarks.Title") {