Merge pull request #616 from plebbit/master

refactor(electron): change IPFS API port to 50019
This commit is contained in:
Tom (plebeius.eth)
2024-12-07 22:11:09 +01:00
committed by GitHub
4 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -176,7 +176,7 @@ export const Footer = () => {
v{packageJson.version}
</a>
{isElectron && (
<a className={styles.fullNodeStats} href='http://localhost:5001/webui/' target='_blank' rel='noreferrer'>
<a className={styles.fullNodeStats} href='http://localhost:50019/webui/' target='_blank' rel='noreferrer'>
node stats
</a>
)}