From 79bdb88a5fc099b5871a83d18eadf9b0448b41d1 Mon Sep 17 00:00:00 2001 From: piotrruss Date: Thu, 30 Sep 2021 22:48:13 +0200 Subject: added favicons & notes route for phone --- pages/api/notes/index.js | 1 + 1 file changed, 1 insertion(+) (limited to 'pages/api') diff --git a/pages/api/notes/index.js b/pages/api/notes/index.js index 2c53909..8530c53 100644 --- a/pages/api/notes/index.js +++ b/pages/api/notes/index.js @@ -40,6 +40,7 @@ export default withSession(async (req, res) => { res.status(200).json(notes) }) } catch (error) { + console.log(error) res.status(400).json([]) } break -- cgit v1.2.3