cristianowa / restplayer

A seamless http remote player.
MIT License
4 stars 1 forks source link

Serve static content #9

Closed cristianowa closed 8 years ago

cristianowa commented 8 years ago

Serve icons, images and html

@app.route('/js/path:path') def send_js(path): return send_from_directory('js', path)

http://stackoverflow.com/questions/20646822/how-to-serve-static-files-in-flask