Skip to content

Commit

Permalink
Update webservice.py
Browse files Browse the repository at this point in the history
  • Loading branch information
yovisto committed Sep 28, 2022
1 parent e453bc2 commit 7bf0e4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webservice.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def topics(self):
return output


@cherrypy.expose
@cherrypy.expose
@cherrypy.tools.json_out()
@cherrypy.tools.json_in()
def topics2(self):
Expand Down

0 comments on commit 7bf0e4c

Please sign in to comment.