phi/src/phi/api/rest.py

6 lines
99 B
Python

from aiohttp.web import Response
def status(request):
Response(text="Status: it's working!")