diff options
author | 2025-03-30 21:59:03 +0200 | |
---|---|---|
committer | 2025-03-30 22:21:45 +0200 | |
commit | f0a80653bb40bc3dabb22a8b8a878f2d57f9deec (patch) | |
tree | 1c251f62226c710f11dc1cf9b58d5d25ec517947 /pages | |
parent | e647fbcef903067fcf5391e4d5bc8e404d482e20 (diff) | |
download | my_apps-master.tar.gz my_apps-master.tar.bz2 my_apps-master.zip |
Diffstat (limited to 'pages')
-rw-r--r-- | pages/api/youtube/video.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pages/api/youtube/video.js b/pages/api/youtube/video.js index f60ba7a..0a3a4d7 100644 --- a/pages/api/youtube/video.js +++ b/pages/api/youtube/video.js @@ -16,6 +16,7 @@ export default withSession(async (req, res) => { res.status(200).json(info) } catch (error) { + console.log(error) res.status(400).send() } break |