pzb hace 6 años
padre
commit
4a6233d5fd
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Controller/AccessLog.py

+ 1 - 1
Controller/AccessLog.py

@@ -174,7 +174,7 @@ def statisticsPath(request):
     if tko.code != 0:
         return response.json(tko.code)
     userID = tko.userID
-    own_perm = ModelService.check_perm(userID, 10)
+    own_perm = ModelService.check_perm(userID, 30)
     if own_perm is not True:
         return response.json(404)
     paths = TemplateService.log_api()