Spaces:
Sleeping
Sleeping
Update main.py
Browse files
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 ---
|