✨ Add @ToadletPath annotation
[Sone.git] / src / main / kotlin / net / pterodactylus / sone / web / pages / EditImagePage.kt
index 055d580..710bd55 100644 (file)
@@ -13,6 +13,7 @@ import javax.inject.*
 /**
  * Page that lets the user edit title and description of an {@link Image}.
  */
+@ToadletPath("editImage.html")
 class EditImagePage @Inject constructor(webInterface: WebInterface, loaders: Loaders, templateRenderer: TemplateRenderer) :
                LoggedInPage("editImage.html", "Page.EditImage.Title", webInterface, loaders, templateRenderer) {