Merge "Fix goal method in policy"

This commit is contained in:
Zuul
2018-09-06 14:39:30 +00:00
committed by Gerrit Code Review

View File

@@ -24,7 +24,7 @@ rules = [
operations=[ operations=[
{ {
'path': '/v1/goals/detail', 'path': '/v1/goals/detail',
'method': 'DELETE' 'method': 'GET'
} }
] ]
), ),