Skip to content

Commit

Permalink
Fix: test api
Browse files Browse the repository at this point in the history
  • Loading branch information
Notsmartname committed Aug 14, 2024
1 parent eaa9395 commit 82955c8
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 82955c8

Please sign in to comment.