✨ Add @ToadletPath annotation
[Sone.git] / src / main / kotlin / net / pterodactylus / sone / web / pages / UntrustPage.kt
index 288942c..f90adcf 100644 (file)
@@ -12,6 +12,7 @@ import javax.inject.*
  * Page that lets the user untrust another Sone. This will remove all trust
  * assignments for an identity.
  */
+@ToadletPath("untrust.html")
 class UntrustPage @Inject constructor(webInterface: WebInterface, loaders: Loaders, templateRenderer: TemplateRenderer) :
                LoggedInPage("untrust.html", "Page.Untrust.Title", webInterface, loaders, templateRenderer) {