Skip to content

Commit f80259a

Browse files
authored
Merge pull request #121 from ngrok/bob/1.3.0-part3
1.3.0
2 parents fc536b9 + 66b41ec commit f80259a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/aiohttp-ngrok.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66

77
async def hello(request):
8-
return web.Response(text="Hello, world")
8+
return web.Response(text="Online in One Line")
99

1010

1111
logging.basicConfig(level=logging.INFO)

0 commit comments

Comments
 (0)