๐ฉโ๐ป Join our community of thousands of amazing developers!
Project: Codever Enclose the response in setTimeout router.get('/', async (request, response) => { const {page, limit} = PaginationQueryParamsHelper.getPageAndLimit(request); const bookmarks = await PublicBookmarksService.getLatestPublicBookmarks(page, limit); setTimeout((() => { return response.send(bookmarks); }), 2000) }); Reference - https://developer.mozilla.org/en-US/docs/Web/API/setTimeout Shared with from Codever.land. ๐ Use the Copy to mine functiona...