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