Skip to content

Commit

Permalink
Add mutation_handler to domain and user config service
Browse files Browse the repository at this point in the history
Signed-off-by: Jongmin Kim <[email protected]>
  • Loading branch information
whdalsrnt committed May 3, 2021
1 parent 4890d13 commit e0b7c85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/spaceone/config/service/domain_config_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

@authentication_handler
@authorization_handler
@mutation_handler
@event_handler
class DomainConfigService(BaseService):

Expand Down
1 change: 1 addition & 0 deletions src/spaceone/config/service/user_config_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

@authentication_handler
@authorization_handler
@mutation_handler
@event_handler
class UserConfigService(BaseService):

Expand Down

0 comments on commit e0b7c85

Please sign in to comment.