feat: fix hotspot test

This commit is contained in:
2026-01-22 16:52:36 -03:00
parent 957539d201
commit fa8ca6cb61
20 changed files with 247 additions and 39 deletions
+1
View File
@@ -80,6 +80,7 @@ async fn main() {
get(handlers::get_lesson_heatmap),
)
.route("/audio/evaluate", post(handlers::evaluate_audio_response))
.route("/audio/evaluate-file", post(handlers::evaluate_audio_file))
.route("/notifications", get(handlers::get_notifications))
.route(
"/notifications/{id}/read",