]> de.git.xonotic.org Git - xonotic/xonstat.git/blobdiff - xonstat/views/main.py
Fix merge conflict, change indentation a bit.
[xonotic/xonstat.git] / xonstat / views / main.py
index 5a8bad4be70aead377dbf2d384af734b831fb4e1..05496e93913e6669fc4f5b4493da576669628dbc 100644 (file)
@@ -133,3 +133,10 @@ def main_index(request):
         mainindex_data['recent_games'].append(('-', '-', '-', '-'))
 
     return mainindex_data
+
+
+def main_index_json(request):
+    """
+    JSON output of the main page information.
+    """
+    return [{'status':'not implemented'}]