Skip to content

Commit

Permalink
Revert "fix: Broken non-root path with projects-list.json (feast-dev#…
Browse files Browse the repository at this point in the history
…3665)"

This reverts commit f1eb8bc.
  • Loading branch information
EXPEbdodla authored Jun 11, 2024
1 parent ef2d74f commit 8fef503
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ ReactDOM.render(
reactQueryClient={queryClient}
feastUIConfigs={{
tabsRegistry: tabsRegistry,
projectListPromise: fetch((process.env.PUBLIC_URL || "") + "/projects-list.json", {
projectListPromise: fetch(process.env.PUBLIC_URL || "" + "/projects-list.json", {
headers: {
"Content-Type": "application/json",
},
Expand Down

0 comments on commit 8fef503

Please sign in to comment.