refactor(electron): change IPFS API port to 50019

This commit is contained in:
Esteban Abaroa
2024-12-07 17:35:47 +00:00
parent 789c54229a
commit 51fc8c899e
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>
)}