rairo commited on
Commit
2500be7
·
verified ·
1 Parent(s): 16bf0af

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -614,7 +614,7 @@ def view_videos():
614
 
615
 
616
  #download archives endpoint
617
-
618
  def download_story_archive(story_id):
619
  try:
620
  # --- Authentication ---
 
614
 
615
 
616
  #download archives endpoint
617
+ @app.route('/api/download/story_archive/<story_id>', methods=['GET'])
618
  def download_story_archive(story_id):
619
  try:
620
  # --- Authentication ---