requestIP is not working please implement it
Opened this issue · 1 comments
hanumanjiblog commented
Database connected
11 | import server from "bunrest";
12 | const app = server();
14 |
15 | app.get('/', (req, res) => {
16 | console.log("app.requestIp(req)", server.requestIp(req));
LuisMalhadas commented
check: elysiajs/elysia#377
and oven-sh/bun#6613