]> de.git.xonotic.org Git - xonotic/xonstat.git/blobdiff - xonstat/views/search.py
Clean up map view, show more on map_index page.
[xonotic/xonstat.git] / xonstat / views / search.py
old mode 100755 (executable)
new mode 100644 (file)
index 2a791f3..13700b6
@@ -149,3 +149,7 @@ def _search_data(request):
 
 def search(request):
     return _search_data(request)
+
+
+def search_json(request):
+    return [{'status':'not implemented'}]