feat: out of stock checker for internal voucher

This commit is contained in:
2019-01-28 15:30:22 +07:00
parent cccca5a774
commit ca421722e4
6 changed files with 111 additions and 88 deletions

View File

@@ -29,7 +29,8 @@ imageUrl = "https://giift-api.asacreative.com";
type = 'localhost';
if(window.location.href.includes("localhost") || window.location.href.includes("marketplace-store")){
appUrl = 'http://localhost:7700'
appUrl = 'http://localhost:7700';
apiUrl = "http://localhost:4001/"
}else{
appUrl = 'https://sillyfish.asacreative.com';
}