Remove permission check for frontend logging API (#4388)

This commit is contained in:
Grace Guo 2018-02-08 11:50:51 -08:00 committed by GitHub
parent 387bf766d3
commit 5ab4915a1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -1978,7 +1978,6 @@ class Superset(BaseSupersetView):
)
@api
@has_access_api
@log_this
@expose('/log/', methods=['POST'])
def log(self):