Skip to content

Commit

Permalink
nurnberg.zelmacorp.io
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Ott committed Sep 16, 2024
1 parent 0b28796 commit fad449e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pages/HomePage/HomePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -117,4 +117,4 @@ const HomePage: React.FC<HomePageProps> = ({ isLoaded }) => {
);
};

export default HomePage;
export default HomePage;
2 changes: 1 addition & 1 deletion src/pages/Test/Test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const Test: React.FC = () => {
topic={"bagoytopic-3"}
privateKey={wallet.privateKey}
signer={signer}
beeApiUrl={"http://161.97.125.121:1733"}
beeApiUrl={"https://nurnberg.zelmacorp.io"}
/>
</div>
<NavigationFooter />
Expand Down

0 comments on commit fad449e

Please sign in to comment.