Can anyone advice how to use WixRouterRequest with the ip (this is the documentation https://www.wix.com/corvid/reference/wix-router.WixRouterRequest.html#ip )
I feel something is not clear in it yet, the example is only a function with an argument “request” and then in the body of the function is doing request.ip where are we actually using the WixRouterRequest module? I tried to import it but is not in Corvid (editor)
Does anyone know how to get the ip number with this WixRouterRequest? I know I can use a third-party API but the whole point is to use this Corvid documentation…
I appreciate any help with this, thanks.