Minor correction

This commit is contained in:
Netkas 2021-01-14 18:48:10 -05:00
parent 1e3848e9ea
commit 0041164c90
1 changed files with 0 additions and 1 deletions

View File

@ -14,7 +14,6 @@ class Server(object):
self.web_application = web.Application()
self.web_application.add_routes(
[web.post('/', self.ping)]
[web.get('/', self.ping)]
)
async def ping(self, request):