"llmdeploy/vscode:/vscode.git/clone" did not exist on "ef2adb04287a0eb2421536204dc4928f18072fc1"
Commit 162643a4 authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

fix

parent a382e82d
......@@ -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',
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment