From 4425c97815160e0daeb3faa06c286c859e66782e Mon Sep 17 00:00:00 2001 From: joker Date: Wed, 15 Feb 2023 09:28:51 +0300 Subject: [PATCH] modified: src/app/layout.tsx modified: src/pages/api/podcasts/hobbits/rss/index.ts --- src/app/layout.tsx | 21 +++------------------ src/pages/api/podcasts/hobbits/rss/index.ts | 7 +------ 2 files changed, 4 insertions(+), 24 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 5d9244b..3e8060a 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -7,24 +7,9 @@ export default function RootLayout({ }) { return ( - {/* - - - - - */} + + + {children} diff --git a/src/pages/api/podcasts/hobbits/rss/index.ts b/src/pages/api/podcasts/hobbits/rss/index.ts index eb4a8d6..fcb7a7e 100644 --- a/src/pages/api/podcasts/hobbits/rss/index.ts +++ b/src/pages/api/podcasts/hobbits/rss/index.ts @@ -26,9 +26,4 @@ export default function handler( Insert(sql_userAgent, views as string[], function(message){ console.log(message); }) -} - - - - - +} \ No newline at end of file