]> de.git.xonotic.org Git - xonotic/xonstat.git/blobdiff - xonstat/views/__init__.py
Add a separate JSON view for summary stats.
[xonotic/xonstat.git] / xonstat / views / __init__.py
index 830eabd47f59842c5941d03cc39b0edf28a88f56..2b726d0d979bb32a35f5933c5d122008bdbc5cf2 100644 (file)
@@ -26,7 +26,7 @@ from xonstat.views.search import search_json
 from xonstat.views.exceptions   import notfound
 
 from xonstat.views.main   import main_index, top_players_index, top_servers_index
-from xonstat.views.main   import top_maps_index
+from xonstat.views.main   import top_maps_index, summary_stats_json
 
 from xonstat.views.admin   import forbidden, login, merge