Skip to content

Commit

Permalink
change api url to production
Browse files Browse the repository at this point in the history
  • Loading branch information
poalrom committed Sep 7, 2020
1 parent 5042c99 commit d9900aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const settingsForValidation = {
errorClass: 'donations__input-error_active'
};

const baseUrl = 'https://api.outofbound.tk';
const baseUrl = 'https://api.outofboundssupport.org/';

const headers = { 'Content-Type': 'application/json' };

Expand Down

0 comments on commit d9900aa

Please sign in to comment.