Skip to content

Commit

Permalink
fix alternative endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
EOS Rio committed Jul 31, 2018
1 parent a07186a commit 40f55b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/landing/landing.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export class LandingComponent implements OnInit {
lockscreen2: boolean;
importedAccounts: any[];
exodusValid = false;
endpoint = 'http://br.eosrio.io:8080';
endpoint = 'https://api.eosrio.io';
payloadValid = false;
generated = false;
config: ToasterConfig;
Expand Down

0 comments on commit 40f55b0

Please sign in to comment.