Skip to content

Commit

Permalink
Merge pull request #4 from BoldyrevDA/#5_integration_with_s3
Browse files Browse the repository at this point in the history
#5 integration with s3
  • Loading branch information
BoldyrevDA authored Aug 17, 2022
2 parents 94153ea + a58930c commit eae0969
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants/api-paths.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export const API_PATHS = {
product: 'https://.execute-api.eu-west-1.amazonaws.com/dev',
order: 'https://.execute-api.eu-west-1.amazonaws.com/dev',
import: 'https://.execute-api.eu-west-1.amazonaws.com/dev',
import: 'https://ryu6jb0775.execute-api.eu-west-1.amazonaws.com',
bff: 'https://2bvyjvihc7.execute-api.eu-west-1.amazonaws.com',
cart: 'https://.execute-api.eu-west-1.amazonaws.com/dev',
};

0 comments on commit eae0969

Please sign in to comment.