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
commit 7404d2510a
1 changed files with 1 additions and 1 deletions

View File

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