HHono•Created by shcwork on 3/26/2025 in #help Custom RPC
My intention is to make the route api as file base (/api/auth, /api/expenses) without user define every single route
app.route('/auth', auth)
app.route('/expenses', expenses)
...
If my implementation fail, I will back to the hono ori method.