Skip to content

Commit 0df2a75

Browse files
committed
feat(demohouse/longterm_memory): api path
1 parent ac90302 commit 0df2a75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demohouse/longterm_memory/frontend/src/demo/longTermMemory/stores/useConfigStore.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const initialState = {
2727
botId: '-',
2828
apiPath:
2929
process.env.NODE_ENV === 'development'
30-
? 'http://localhost:8082/memory_api'
30+
? 'http://localhost:8080/memory_api'
3131
: '', //按实际情况修改
3232
};
3333
export const useConfigStore = create<IState>((set, get) => ({

0 commit comments

Comments
 (0)