Exemplo n.º 1
0
def image(id):
    '''fetch a base64 encoded image from the db'''
    c = CDN()
    file = c.find_one(id)

    return file['image']
Exemplo n.º 2
0
def image(id):
    '''fetch a base64 encoded image from the db'''
    c = CDN()
    file = c.find_one(id)

    return file['image']