Render IP
This commit is contained in:
@@ -31,7 +31,7 @@ export class JunkDrawerController {
|
||||
if (req.ip) {
|
||||
items = await this.junkDrawerService.getItemsForIp(req.ip);
|
||||
}
|
||||
return { items };
|
||||
return { items, ip: req.ip };
|
||||
}
|
||||
|
||||
@Get(':slug.json')
|
||||
|
Reference in New Issue
Block a user