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

View File

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