From e126183a4340cddd89ecc932c163f586944c5943 Mon Sep 17 00:00:00 2001 From: Trever Fischer Date: Thu, 19 Apr 2012 17:34:48 -0400 Subject: [PATCH] Revert "crash--" This reverts commit c91d2f54347e7d905b21ec3f5822afe84ca48bc4. --- api/urls.py | 1 + 1 file changed, 1 insertion(+) diff --git a/api/urls.py b/api/urls.py index 6836d88..e7ca5d7 100644 --- a/api/urls.py +++ b/api/urls.py @@ -5,6 +5,7 @@ from minecraft.models import Server import hashlib from django.http import HttpResponse +whitelistHandler = Resource(handlers.WhitelistHandler) motdHandler = Resource(handlers.MOTDHandler) class ServerAuther(object):