Skip to content

Commit

Permalink
Merge pull request #11 from AlexanderC/revert_api_url
Browse files Browse the repository at this point in the history
get back to api url
  • Loading branch information
TheWingedShake authored Apr 27, 2021
2 parents 224d7ff + 06e4588 commit a803dde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api-definition/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const definitions = require('./definition');

const ApiBase = {
Educational: 'https://things.ubidots.com',
Industrial: 'https://industrial.ubidots.com',
Industrial: 'https://industrial.api.ubidots.com',
};

module.exports.ApiBase = ApiBase;
Expand Down

0 comments on commit a803dde

Please sign in to comment.