From 900c16c0ea0b387c71cb350b0583d5ad9856f19f Mon Sep 17 00:00:00 2001 From: Danny Spina Date: Tue, 20 Jun 2023 09:45:18 +0200 Subject: [PATCH] change div with article --- index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.ts b/index.ts index 2993457..be28eba 100644 --- a/index.ts +++ b/index.ts @@ -46,13 +46,13 @@ app.get("/", async (req, res) => { // @ts-ignore response.web.results.forEach((result) => { results.push(` -
+
+
`); });