bunrest icon indicating copy to clipboard operation
bunrest copied to clipboard

requestIP is not working please implement it

Open hanumanjiblog opened this issue 7 months ago • 1 comments

@lau1944

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));

hanumanjiblog avatar Nov 25 '23 04:11 hanumanjiblog