Exemple #1
0
 def not_found(self, *kargs, **kwargs):
     """Defines the handler that should handle not found requests against this API"""
     kwargs['api'] = self.api
     return not_found(*kargs, **kwargs)
Exemple #2
0
 def not_found(self, *kargs, **kwargs):
     """Defines the handler that should handle not found requests against this API"""
     kwargs['api'] = self.api
     return not_found(*kargs, **kwargs)