"git@developer.sourcefind.cn:modelzoo/resnet50_tensorflow.git" did not exist on "72e0c218f47acdd6c713cad7625e15d6eb39f6ed"
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'; ...@@ -3,7 +3,7 @@ import { WEBUI_API_BASE_URL } from '$lib/constants';
export const getMemories = async (token: string) => { export const getMemories = async (token: string) => {
let error = null; let error = null;
const res = await fetch(`${WEBUI_API_BASE_URL}/memories`, { const res = await fetch(`${WEBUI_API_BASE_URL}/memories/`, {
method: 'GET', method: 'GET',
headers: { headers: {
Accept: 'application/json', 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