mirror of
https://github.com/NovaOSS/nova-api.git
synced 2024-11-25 21:23:56 +01:00
3 lines
65 B
Python
3 lines
65 B
Python
async def get_ip(request) -> str:
|
|
return request.client.host
|