Environment handling

This commit is contained in:
tokslaw7
2024-09-24 21:28:14 +00:00
parent 3d4c5019a3
commit 764dae4731
12 changed files with 224 additions and 4 deletions
+1 -1
View File
@@ -104,6 +104,6 @@ abstract class BaseController extends Controller
}
public function wrenchApiServer():string{
return getenv("API_ENDPOINT")."/en/promo/api/v1/";
return API_ENDPOINT."/en/promo/api/v1/";
}
}