Skip to content

Commit 4c2b4fe

Browse files
author
zhangyuan
committed
fix host
1 parent 13c2275 commit 4c2b4fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/DataManager/DataManager.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const summaryInjector = inject (({ store }) => {
3333
const headers = store.API.commonHeaders;
3434
const projectId = project.id;
3535
const viewId = viewsStore.selected.id;
36-
const url = 'http://0.0.0.0:9000/api/tasks?view=' + viewId + '&project=' + projectId;
36+
const url = 'http://192.168.0.181:9000/api/tasks?view=' + viewId + '&project=' + projectId;
3737
// const url = 'https://label-studio.dev-metaverse.fun/api/tasks?view=' + viewId + '&project=' + projectId;
3838

3939
useEffect(() => {

0 commit comments

Comments
 (0)