From 764a965778ac89e027fd05dd35697c6763e0dc18 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 11 Mar 2020 14:39:28 +0100 Subject: Implement pagination for overviews endpoint --- server/tests/api/check-params/index.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'server/tests/api/check-params/index.ts') diff --git a/server/tests/api/check-params/index.ts b/server/tests/api/check-params/index.ts index 924c0df76..ef152f55c 100644 --- a/server/tests/api/check-params/index.ts +++ b/server/tests/api/check-params/index.ts @@ -23,3 +23,4 @@ import './video-playlists' import './videos' import './videos-filter' import './videos-history' +import './videos-overviews' -- cgit v1.2.3