mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-07-22 23:31:12 +02:00
Dependency Updates
This commit is contained in:
parent
63146aa9b7
commit
8b7191ac26
5 changed files with 38 additions and 5 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue