Skip to content
Snippets Groups Projects
Commit 8286fb7f authored by Nils G.'s avatar Nils G.
Browse files

Removed unused controller

parent d2a5436e
No related branches found
No related tags found
No related merge requests found
...@@ -3,9 +3,6 @@ from http_util import FAIL, CODE_JSON, CODE_MISSING, CODE_SEMANTIC, CODE_GONE, C ...@@ -3,9 +3,6 @@ from http_util import FAIL, CODE_JSON, CODE_MISSING, CODE_SEMANTIC, CODE_GONE, C
from room_util import ROOM_GET, PLAYERS_GET from room_util import ROOM_GET, PLAYERS_GET
from websocket_util import WEBSOCKET_SEND from websocket_util import WEBSOCKET_SEND
def debug():
return dict()
def start(): def start():
parameters = JSON_BODY(request) parameters = JSON_BODY(request)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment