We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48c0559 commit abf6924Copy full SHA for abf6924
frontend/src/api/host.js
@@ -2,6 +2,6 @@ let HOST;
2
if (!process.env.NODE_ENV || process.env.NODE_ENV === "development")
3
HOST = 'http://localhost:5000/api';
4
else
5
- HOST = 'https://dev.pincode-dev.ru/pp-manager/api';
+ HOST = 'https://backend-ppmanager.pincode-infra.ru/api';
6
7
export default HOST;
0 commit comments