@@ -24,7 +24,7 @@ const production = {
function isWhich() {
if (window.location.href.includes('localhost')) {
- return local
+ return production
} else if (window.location.href.includes('bozedu')) {
return development
} else {