diff --git a/lib/Controller/ToplistController.php b/lib/Controller/ToplistController.php index 161cb6b..28bef13 100644 --- a/lib/Controller/ToplistController.php +++ b/lib/Controller/ToplistController.php @@ -19,18 +19,10 @@ class ToplistController extends Controller parent::__construct(Application::APP_ID, $request); } - /** - * @NoAdminRequired - * @NoCSRFRequired - */ public function hot(): JSONResponse { return new JSONResponse($this->fyydService->hot()); } - /** - * @NoAdminRequired - * @NoCSRFRequired - */ public function new(): JSONResponse { return new JSONResponse($this->fyydService->latest()); }