mirror of
https://github.com/kennethreitz/kjvstudy.org.git
synced 2026-06-05 23:00:16 +00:00
6a5414a1c8
Converted 20 synchronous route handlers to async: - search_page, interlinear_landing_page, random_verse - verse_of_the_day_page, offline_reader, read_root - books_page, reading_plans_page, reading_plan_detail - topics_page, resources_page, topic_detail - read_book, read_chapter, read_chapter_interlinear - read_verse, strongs_index, strongs_hebrew_index - strongs_greek_index, strongs_entry This allows FastAPI to handle these routes asynchronously, improving performance under high concurrency. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>