Skip to content

Commit

Permalink
Merge pull request #16 from LN-Zap/baseurl
Browse files Browse the repository at this point in the history
Log final estimates
  • Loading branch information
mrfelton authored Jan 6, 2024
2 parents 9b13554 + 4be58c5 commit bef1bc2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/server.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,8 @@ app.get('/v1/fee-estimates', async (c) => {
cache.set('data', data);
}

console.debug('Returning data', data);

// Set cache headers.
c.res.headers.set('Cache-Control', `public, max-age=${stdTTL}`)

Expand Down

0 comments on commit bef1bc2

Please sign in to comment.