✨ Add @ToadletPath annotation
[Sone.git] / src / main / kotlin / net / pterodactylus / sone / web / pages / EditProfilePage.kt
index b22b6de..f4baadc 100644 (file)
@@ -15,6 +15,7 @@ import javax.inject.*
  */
 @MenuName("EditProfile")
 @TemplatePath("/templates/editProfile.html")
+@ToadletPath("editProfile.html")
 class EditProfilePage @Inject constructor(webInterface: WebInterface, loaders: Loaders, templateRenderer: TemplateRenderer) :
                LoggedInPage("editProfile.html", "Page.EditProfile.Title", webInterface, loaders, templateRenderer) {