Rakshitjan commited on
Commit
2e04e69
·
verified ·
1 Parent(s): a79de7d

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
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("/get_sorted_scores")
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