update fetch url to match new api prefix

This commit is contained in:
2026-06-15 11:39:30 +02:00
parent 5401774e0e
commit 37a113fbf6
+1 -1
View File
@@ -24,7 +24,7 @@ function HomePage() {
return ( return (
<div> <div>
<Home/> <Home/>
<Experiences/>
<Footer/> <Footer/>
</div> </div>