Skip to content

Commit 1726ed9

Browse files
committed
Updated api url
1 parent 2746be9 commit 1726ed9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Http/Middleware/Settings.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ public function handle($request, Closure $next)
9696
if ($versionSetting && ($versionSetting->updated_at < Carbon::now()->subDays(3) || ! $installIdSetting)) {
9797
try {
9898
$client = new Client();
99-
$url = "https://beta.laravelcrm.com/api/public/version";
99+
$url = "https://api.laravelcrm.com/api/v1/public/version";
100100

101101
if (Schema::hasColumn('users', 'crm_access')) {
102102
$userCount = User::where('crm_access', 1)->count();

0 commit comments

Comments
 (0)