feat: add favorite functionality for goods; implement favorite button and service integration

This commit is contained in:
2026-05-20 11:55:30 +03:30
parent 2e1ad77946
commit c5e1fab09b
12 changed files with 185 additions and 58 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
// TIS tenant environment configuration
export const environment = {
production: true,
apiBaseUrl: 'https://psp-api.shift-am.ir',
// apiBaseUrl: 'http://192.168.128.73:5002',
// apiBaseUrl: 'https://psp-api.shift-am.ir',
apiBaseUrl: 'http://192.168.128.73:5002',
host: 'localhost',
port: 5000,
enableLogging: false,