Change endpoint name

This commit is contained in:
Curt Spark 2024-07-08 15:44:34 +01:00
parent 61a41bd9eb
commit 201ace0134
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ export default function Home() {
React.useEffect(() => {
fetch(
"http://127.0.0.1:8000/api/user/blog/cardInfo/?rangeStart=1&rangeEnd=25&sortByLatest=true",
"http://127.0.0.1:8000/api/user/blog/cardInfo/range?rangeStart=1&rangeEnd=25&sortByLatest=true",
{
method: "GET",
headers: {