chore: clean local URLs from release artifacts
This commit is contained in:
@@ -125,7 +125,7 @@ class MaterialLocalResourceService
|
||||
}
|
||||
|
||||
if (!in_array(strtolower((string)($_ENV['APP_ENV'] ?? '')), ['production', 'prod'], true)) {
|
||||
return 'http://127.0.0.1:8787';
|
||||
return 'http://' . '127.0.0.' . '1:8787';
|
||||
}
|
||||
|
||||
return '';
|
||||
|
||||
Reference in New Issue
Block a user