remove namespace from action endpoints
This commit is contained in:
parent
648d107202
commit
9f484a8a59
1 changed files with 1 additions and 0 deletions
|
|
@ -6,6 +6,7 @@ from .base import Immutable, StreamingLog
|
||||||
class Action(Immutable):
|
class Action(Immutable):
|
||||||
subsystem = 'audit'
|
subsystem = 'audit'
|
||||||
endpoint = "/action"
|
endpoint = "/action"
|
||||||
|
namespaced = False
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def _pk_key(cls):
|
def _pk_key(cls):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue