Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
zhenjia-xu committed Sep 27, 2021
1 parent 13f7b86 commit 35790f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ async def intr_handle(request):


app = web.Application()
app.add_routes([web.get('/', old_handle),
app.add_routes([web.get('/', view_handle),
web.get('/view', view_handle),
web.get('/intr', intr_handle),
web.get('/pickle', pickle_handle),
Expand Down

0 comments on commit 35790f9

Please sign in to comment.