Skip to content

Commit

Permalink
Merge pull request #7 from dotninth/main
Browse files Browse the repository at this point in the history
Fix error if trying to cache routes
  • Loading branch information
riasvdv authored Apr 12, 2024
2 parents 8a2c78d + 55ccff1 commit 24f30ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routes/cp.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@

Route::get('/mailcoach/dashboard', '\\'.MailcoachDashboardController::class)->name('statamic-mailcoach.index');
Route::get('/mailcoach/settings', ['\\'.MailcoachSettingsController::class, 'show'])->name('statamic-mailcoach.settings');
Route::post('/mailcoach/settings', ['\\'.MailcoachSettingsController::class, 'store'])->name('statamic-mailcoach.settings');
Route::post('/mailcoach/settings', ['\\'.MailcoachSettingsController::class, 'store']);

0 comments on commit 24f30ba

Please sign in to comment.