Refactor PrestashopProxyController to enhance request forwarding and error handling

This commit is contained in:
Vincent Guillet
2025-11-26 14:46:37 +01:00
parent f9a9e81713
commit 8cdfab9596
3 changed files with 115 additions and 305 deletions

View File

@@ -1,5 +1,5 @@
export const environment = {
production: false,
apiUrl: 'http://localhost:3000/api',
psUrl: '/ps'
psUrl: 'http://localhost:3000/api/ps'
};