✨ Add @ToadletPath annotation
[Sone.git] / src / main / kotlin / net / pterodactylus / sone / web / pages / CreateAlbumPage.kt
index 0931f90..706f10b 100644 (file)
@@ -14,6 +14,7 @@ import javax.inject.*
  * Page that lets the user create a new album.
  */
 @TemplatePath("/templates/createAlbum.html")
+@ToadletPath("createAlbum.html")
 class CreateAlbumPage @Inject constructor(webInterface: WebInterface, loaders: Loaders, templateRenderer: TemplateRenderer) :
                LoggedInPage("createAlbum.html", "Page.CreateAlbum.Title", webInterface, loaders, templateRenderer) {