Skip to content

Commit

Permalink
test caching
Browse files Browse the repository at this point in the history
  • Loading branch information
sstepanchuk committed Feb 20, 2025
1 parent a9c9625 commit 52253aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/pages/client/news/components/newsitem.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ pub async fn get_text() -> Result<String, ServerFnError> {
};

Ok(
"TESTTT".to_string()
"TESTTT3333".to_string()
)
}

Expand Down

0 comments on commit 52253aa

Please sign in to comment.