Skip to content

Commit abf6924

Browse files
committed
fix: host
1 parent 48c0559 commit abf6924

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/api/host.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ let HOST;
22
if (!process.env.NODE_ENV || process.env.NODE_ENV === "development")
33
HOST = 'http://localhost:5000/api';
44
else
5-
HOST = 'https://dev.pincode-dev.ru/pp-manager/api';
5+
HOST = 'https://backend-ppmanager.pincode-infra.ru/api';
66

77
export default HOST;

0 commit comments

Comments
 (0)