File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
const API_PATHS = {
2
- product : "https://.execute-api.eu-west -1.amazonaws.com/dev " ,
2
+ product : "https://7u8vlssv4d .execute-api.us-east -1.amazonaws.com" ,
3
3
order : "https://.execute-api.eu-west-1.amazonaws.com/dev" ,
4
4
import : "https://ol9cna0j4c.execute-api.us-east-1.amazonaws.com/dev" ,
5
- bff : "https://.execute-api.eu-west -1.amazonaws.com/dev " ,
5
+ bff : "https://7u8vlssv4d .execute-api.us-east -1.amazonaws.com" ,
6
6
cart : "https://.execute-api.eu-west-1.amazonaws.com/dev" ,
7
7
} ;
8
8
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ export function useAvailableProducts() {
9
9
"available-products" ,
10
10
async ( ) => {
11
11
const res = await axios . get < AvailableProduct [ ] > (
12
- `${ API_PATHS . bff } /product/available `
12
+ `${ API_PATHS . bff } /products `
13
13
) ;
14
14
return res . data ;
15
15
}
You can’t perform that action at this time.
0 commit comments