Skip to content

Commit 44a3f05

Browse files
Made URL to registry relative, fixes #2731 (#2753)
Signed-off-by: Huib Keemink <[email protected]>
1 parent e9784a1 commit 44a3f05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/python/feast/ui_server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def shutdown_event():
6262
"name": "Project",
6363
"description": "Test project",
6464
"id": project_id,
65-
"registryPath": f"http://{host}:{port}/registry",
65+
"registryPath": "/registry",
6666
}
6767
]
6868
}

0 commit comments

Comments
 (0)