Exemple #1
0
 def static(self, *kargs, **kwargs):
     """Define the routes to static files the API should expose"""
     kwargs['api'] = self.api
     return static(*kargs, **kwargs)
Exemple #2
0
 def static(self, *kargs, **kwargs):
     """Define the routes to static files the API should expose"""
     kwargs['api'] = self.api
     return static(*kargs, **kwargs)