예제 #1
0
 def put(self):
     return notFound(self.api_response.failed)
예제 #2
0
 def delete(self):
     return notFound(self.api_response.failed)
예제 #3
0
파일: user.py 프로젝트: jnplonte/flask-api
 def post(self, id=None):
     return notFound(self.api_response.failed)