Update main.py
Browse files
main.py
CHANGED
@@ -451,7 +451,7 @@ def select_files(coaching_code):
|
|
451 |
return journal_file, panic_button_file, test_file
|
452 |
|
453 |
# Main route to get sorted scores
|
454 |
-
@app.post("/
|
455 |
async def get_revison_chapters(data: CoachingCodeRequest):
|
456 |
journal_file, panic_button_file, test_file = select_files(data.coachingCode)
|
457 |
|
|
|
451 |
return journal_file, panic_button_file, test_file
|
452 |
|
453 |
# Main route to get sorted scores
|
454 |
+
@app.post("/get_revision_chapters")
|
455 |
async def get_revison_chapters(data: CoachingCodeRequest):
|
456 |
journal_file, panic_button_file, test_file = select_files(data.coachingCode)
|
457 |
|