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):
|
||||
subsystem = 'audit'
|
||||
endpoint = "/action"
|
||||
namespaced = False
|
||||
|
||||
@classmethod
|
||||
def _pk_key(cls):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue