Explorar el Código

consistency change: /status.json instead of /status

Helge Jung hace 9 años
padre
commit
ab02176bce
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      ffstatus/server.py

+ 1 - 1
ffstatus/server.py

@@ -130,7 +130,7 @@ class BatcaveHttpRequestHandler(BaseHTTPRequestHandler):
             return
 
         # /status - overall status (incl. node and client count)
-        if path == 'status':
+        if path == 'status.json':
             self.__respond_status()
             return