Skip to content

Commit

Permalink
Merge pull request #2 from drchibs/master
Browse files Browse the repository at this point in the history
chore: update API base URL
  • Loading branch information
Douglasokolaa authored Mar 14, 2022
2 parents ceced12 + 81d3c25 commit baa8f7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Termii.php
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ protected function client()
*/
protected function getBaseURI()
{
return 'https://termii.com/';
return 'https://api.ng.termii.com/';
}

/**
Expand Down

0 comments on commit baa8f7f

Please sign in to comment.