Skip to content

Commit a66aea8

Browse files
creativedutchmenadchia
authored andcommitted
fix: Made URL to registry relative, fixes feast-dev#2731 (feast-dev#2753)
Signed-off-by: Huib Keemink <huib.keemink@jedlix.com>
1 parent d98a1ab commit a66aea8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)