mirror of
https://github.com/tiennm99/coolify.git
synced 2026-04-17 19:21:36 +00:00
fix(github): update repository URL to point to the v4.x branch for development
This commit is contained in:
@@ -100,7 +100,7 @@ class PublicGitRepository extends Component
|
||||
public function mount()
|
||||
{
|
||||
if (isDev()) {
|
||||
$this->repository_url = 'https://github.com/coollabsio/coolify-examples';
|
||||
$this->repository_url = 'https://github.com/coollabsio/coolify-examples/tree/v4.x';
|
||||
$this->port = 3000;
|
||||
}
|
||||
$this->parameters = get_route_parameters();
|
||||
|
||||
Reference in New Issue
Block a user