nova-api/api/helpers/network.py

3 lines
65 B
Python
Raw Normal View History

2023-08-04 03:30:56 +02:00
async def get_ip(request) -> str:
return request.client.host