Skip to content
This repository has been archived by the owner on Jan 20, 2020. It is now read-only.

Commit

Permalink
remove namespace from action endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
tifayuki committed Jun 17, 2016
1 parent 648d107 commit 9f484a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dockercloud/api/action.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
class Action(Immutable):
subsystem = 'audit'
endpoint = "/action"
namespaced = False

@classmethod
def _pk_key(cls):
Expand Down

0 comments on commit 9f484a8

Please sign in to comment.