Dependency Updates

This commit is contained in:
DESKTOP-RTLN3BA\$punk 2024-08-12 01:22:31 -07:00
parent 63146aa9b7
commit 8b7191ac26
5 changed files with 38 additions and 5 deletions

View file

@ -102,7 +102,7 @@ function ProtectedPage() {
}),
};
fetch(`${process.env.NEXT_PUBLIC_BACKEND_URL!}`, requestOptions)
fetch(`${process.env.NEXT_PUBLIC_BACKEND_URL!}/`, requestOptions)
.then(res=>res.json())
.then(data=> {
let cur = currentChat;