Skip to content

Commit

Permalink
Update track register (#1054)
Browse files Browse the repository at this point in the history
  • Loading branch information
asbiin authored Mar 10, 2024
1 parent f5d17c4 commit e5091dc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions routes/web.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,6 @@
});

Route::post('/monica/register', function () {
Pirsch::track('Action', [
'Label' => 'Monica register',
]);
Pirsch::track('register');
return redirect('https://app.monicahq.com/register');
})->name('monica.register');

0 comments on commit e5091dc

Please sign in to comment.