Skip to content

Commit

Permalink
Merge pull request #18 from whdalsrnt/master
Browse files Browse the repository at this point in the history
Add mutation_handler to domain and user config service
  • Loading branch information
whdalsrnt authored May 3, 2021
2 parents 07fce8e + e0b7c85 commit e2caa68
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 e2caa68

Please sign in to comment.