예제 #1
0
 def delete(self, destination_id):
     service.delete(destination_id)
     return {'result': True}
예제 #2
0
파일: views.py 프로젝트: Netflix/lemur
 def delete(self, destination_id):
     service.delete(destination_id)
     return {'result': True}