Fixed it so it actually reads posts now

This commit is contained in:
Jacob Henry 2019-03-02 23:44:17 -05:00
parent 9cae83d321
commit 63f03ad158
1 changed files with 1 additions and 1 deletions

View File

@ -313,7 +313,7 @@ class ClientWrapper(object):
# Create the server
app = web.Application()
app.add_routes([web.get('/bothttpcallback', interr)])
app.add_routes([web.post('/bothttpcallback', interr)])
# Asynchronously serve that boy up
runner = web.AppRunner(app)