Revert "ping server every 10 minutes"
[redakcja.git] / apps / wiki / views.py
index c5fd80e..46f0665 100644 (file)
@@ -256,7 +256,3 @@ def document_publish(request, name):
         return JSONResponse({"result": api.publish_book(document)})
     except wlapi.APICallException, e:
         return JSONServerError({"message": str(e)})
-
-
-def ping(request):
-    return http.HttpResponse('pong')