Skip to content

Commit

Permalink
Merge pull request #244 from Lapkipomoshi/fix-new-api
Browse files Browse the repository at this point in the history
Fix: test api
  • Loading branch information
Notsmartname committed Aug 15, 2024
2 parents eaa9395 + 82955c8 commit be0a1be
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
@@ -1,4 +1,4 @@
export const baseUrl = process.env.REACT_APP_SERVER_TYPE === 'prod' ? 'https://lapkipomoshi.ru/api' : 'http://194.58.109.129/api';
export const baseUrl = process.env.REACT_APP_SERVER_TYPE === 'prod' ? 'https://lapkipomoshi.ru/api' : 'http://194.67.118.153/api';
export const apiHeaders = {
'Content-Type': 'application/json',
};
Expand Down

0 comments on commit be0a1be

Please sign in to comment.