remove namespace from action endpoints

This commit is contained in:
tifayuki 2016-06-17 17:58:30 +02:00
commit 9f484a8a59

View file

@ -6,6 +6,7 @@ from .base import Immutable, StreamingLog
class Action(Immutable):
subsystem = 'audit'
endpoint = "/action"
namespaced = False
@classmethod
def _pk_key(cls):