Skip to content

Commit

Permalink
Merge pull request #63 from restorecommerce/feature/create-invoice-fo…
Browse files Browse the repository at this point in the history
…r-order

Add features for adding/editing product and its variant.
  • Loading branch information
belsman authored Aug 22, 2024
2 parents a8366e2 + adc0baa commit ae82cae
Show file tree
Hide file tree
Showing 33 changed files with 5,596 additions and 5,209 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export const environment: Readonly<IEnvironment> = {
oidcKey: 'VEVTVF9DTElFTlRfSUQ6VEVTVF9DTElFTlRfU0VDUkVU=',
storagePrefix: 'console.dev.',
urls: {
api: 'http://192.168.1.38:5000',
graphql: 'http://192.168.1.38:5000/graphql',
api: 'http://127.0.0.1:5000',
graphql: 'http://127.0.0.1:5000/graphql',
},
};
Loading

0 comments on commit ae82cae

Please sign in to comment.