Added missing authentication on system/status API endpoint. #1467

pull/1468/head v0.9.6-beta.41
morpheus65535 3 years ago
parent 0a1ad41f9d
commit 2428399206

@ -592,6 +592,7 @@ class SystemLogs(Resource):
class SystemStatus(Resource):
@authenticate
def get(self):
system_status = {}
system_status.update({'bazarr_version': os.environ["BAZARR_VERSION"]})

Loading…
Cancel
Save