fix: chat push url and references

This commit is contained in:
Per Stark
2025-04-15 12:41:45 +02:00
parent a0b80a911e
commit d4f097ab98
4 changed files with 41 additions and 16 deletions
+1 -1
View File
@@ -222,5 +222,5 @@ pub async fn new_chat_user_message(
HeaderValue::from_str(&format!("/chat/{}", conversation.id)).unwrap(),
);
Ok(response)
Ok(response.into_response())
}
+1 -1
View File
@@ -9,7 +9,7 @@ use axum_htmx::{HxBoosted, HxRequest};
use plotly::{
common::{Line, Marker, Mode},
layout::{Axis, LayoutScene},
Layout, Plot, Scatter, Scatter3D,
Layout, Plot, Scatter3D,
};
use serde::{Deserialize, Serialize};