Skip to content

Commit

Permalink
API name typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bennekrouf committed Feb 9, 2024
1 parent 55343c1 commit 7416765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/chapter_stats_analytics.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ use crate::models::database::Database;
use crate::utils::parse_ranges::parse_ranges;
use crate::domain::verse::analytics_skel_by_chapter_verse::analytics_skel_by_chapter_verse;

#[post("/chapter-stats-analytics?<ranges>", format = "json", data = "<user_stats>")]
#[post("/chapter_stats_analytics?<ranges>", format = "json", data = "<user_stats>")]
pub fn chapter_stats_analytics(
dbs: &State<Database>,
config: &State<LearningConfig>,
Expand Down

0 comments on commit 7416765

Please sign in to comment.