Fix goal method in policy

Change-Id: I8f002900e898b945573c5a60b485ae3b98da639c
This commit is contained in:
licanwei 2018-08-30 15:44:13 +08:00
parent f93225b75c
commit e772b289ee
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'
}
]
),