Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: use https inside of http #221

Merged
merged 2 commits into from
Nov 4, 2021
Merged

feat: use https inside of http #221

merged 2 commits into from
Nov 4, 2021

Conversation

zeyuyuan
Copy link
Contributor

@zeyuyuan zeyuyuan commented Nov 3, 2021

No description provided.

BREAKING CHANGE: HTTP_REST_PORT/HTTP_WS_PORT/HTTP_JSON_PORT of CONST has been removed.
  To migrate the code follow the example below:
  Before:
  import {CONST} from 'ontology-ts-sdk';
  console.log(CONST.HTTP_REST_PORT);
  After:
  import {CONST} from 'ontology-ts-sdk';
  console.log(CONST.HTTPS_REST_PORT);
@ErickYangs ErickYangs merged commit c5c778e into ontio:master Nov 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants