Beispiel #1
0
 def get(self):
     urls = Url.find_all(Url)
     return {'urls' : [Url.json(myInput) for myInput in urls]}