You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
eve/methods/common.py
in v0.8
if not config.OPLOG
or op not in config.OPLOG_METHODS
or resource in config.URLS[resource]:
return
in v0.7 and preview
if not config.OPLOG or op not in config.OPLOG_METHODS:
return
it works in v0.7,and not work in v0.8
eve/methods/common.py
in v0.8
if not config.OPLOG
or op not in config.OPLOG_METHODS
or resource in config.URLS[resource]:
return
in v0.7 and preview
if not config.OPLOG or op not in config.OPLOG_METHODS:
return
it works in v0.7,and not work in v0.8