Skip to content

Commit

Permalink
sanity check
Browse files Browse the repository at this point in the history
  • Loading branch information
jongan69 committed Jan 13, 2025
1 parent 100c333 commit 289596e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/api/premium/twitter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ export default async function handler(
if (!isValid) {
return res.status(401).json({ error: 'Invalid API key' });
}
console.log(process.env.LOCAL_NODE_API)
const response = await fetch(process.env.LOCAL_NODE_API as string)
const data = await response.json()
console.log(data)
Expand Down

0 comments on commit 289596e

Please sign in to comment.