Skip to content

Commit

Permalink
fix: Made URL to registry relative, fixes #2731 (#2753)
Browse files Browse the repository at this point in the history
Signed-off-by: Huib Keemink <huib.keemink@jedlix.com>
  • Loading branch information
creativedutchmen authored and adchia committed Jun 13, 2022
1 parent d98a1ab commit a66aea8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/python/feast/ui_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def shutdown_event():
"name": "Project",
"description": "Test project",
"id": project_id,
"registryPath": f"http://{host}:{port}/registry",
"registryPath": "/registry",
}
]
}
Expand Down

0 comments on commit a66aea8

Please sign in to comment.