Skip to content

Commit 2d689b3

Browse files
author
Mark Grey
committed
working audio tags
1 parent 389c765 commit 2d689b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: frontend/swfty_frontend.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def image(image_id):
6060
return Response(file_obj,mimetype=file_obj.content_type)
6161

6262
@app.route('/audio/<string:audio_id>')
63-
def audio(image_id):
63+
def audio(audio_id):
6464
"""Content rendered endpt for audio mimetypes"""
6565
grid = Story.getgridfs()
6666
file_obj = grid.get(ObjectId(audio_id))

0 commit comments

Comments
 (0)