Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughAdded a new Nginx location block with exact-match for path Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
getEthBalancecallsGET /api?module=account&action=balance&address=...(no trailing slash)location /api/which doesn't match/api— the request fell through to the SPA catch-all, returningindex.htmlinstead of proxying to the backendlocation = /apiexact-match block to proxy the Etherscan-compatible endpoint correctlySummary by CodeRabbit