✨ Use @TemplatePath annotations on most pages
[Sone.git] / src / main / kotlin / net / pterodactylus / sone / web / pages / ViewSonePage.kt
index 38868e2..b1d36c5 100644 (file)
@@ -17,6 +17,7 @@ import javax.inject.Inject
 /**
  * Lets the user browser another Sone.
  */
+@TemplatePath("/templates/viewSone.html")
 class ViewSonePage @Inject constructor(template: Template, webInterface: WebInterface, loaders: Loaders, templateRenderer: TemplateRenderer):
                SoneTemplatePage("viewSone.html", webInterface, loaders, template, templateRenderer) {