Skip to content

Commit

Permalink
Merge pull request #1552 from dappnode/pablo/fix-redirections-dropdow…
Browse files Browse the repository at this point in the history
…n-menu

Fix system path redirections
  • Loading branch information
pablomendezroyo authored Aug 9, 2023
2 parents 35ee5e4 + 8f6f2d8 commit 05d52e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/admin-ui/src/pages/system/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ export const subPaths = {
};

// Computed paths
export const activateFallbackPath = `${rootPath}/${subPaths.repository}`;
export const systemProfilePath = `${rootPath}/${subPaths.profile}`;
export const activateFallbackPath = `${pathName}/${subPaths.repository}`;
export const systemProfilePath = `${pathName}/${subPaths.profile}`;

// DAppNode data
export const ipfsApiUrl = "http://ipfs.dappnode:5001/api/v0";
Expand Down

0 comments on commit 05d52e4

Please sign in to comment.