Move all AJAX handlers to the same directory as the HTML handlers.
[Sone.git] / src / main / java / net / pterodactylus / sone / web / ajax / GetLikesAjaxPage.java
index 58b1265..a8b991d 100644 (file)
@@ -44,7 +44,7 @@ public class GetLikesAjaxPage extends JsonPage {
         *            The Sone web interface
         */
        public GetLikesAjaxPage(WebInterface webInterface) {
-               super("ajax/getLikes.ajax", webInterface);
+               super("getLikes.ajax", webInterface);
        }
 
        //