Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
open-webui
Commits
162643a4
"vscode:/vscode.git/clone" did not exist on "de0fabbc5c84e6771d70b92014ae06fe82654ff0"
Commit
162643a4
authored
Jun 13, 2024
by
Timothy J. Baek
Browse files
fix
parent
a382e82d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/lib/apis/memories/index.ts
src/lib/apis/memories/index.ts
+1
-1
No files found.
src/lib/apis/memories/index.ts
View file @
162643a4
...
...
@@ -3,7 +3,7 @@ import { WEBUI_API_BASE_URL } from '$lib/constants';
export
const
getMemories
=
async
(
token
:
string
)
=>
{
let
error
=
null
;
const
res
=
await
fetch
(
`
${
WEBUI_API_BASE_URL
}
/memories`
,
{
const
res
=
await
fetch
(
`
${
WEBUI_API_BASE_URL
}
/memories
/
`
,
{
method
:
'
GET
'
,
headers
:
{
Accept
:
'
application/json
'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment