소스 검색

consistency change: /status.json instead of /status

Helge Jung 9 년 전
부모
커밋
ab02176bce
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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