feat: out of stock checker for internal voucher
This commit is contained in:
@@ -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';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user