Skip to content

Commit 10c8de4

Browse files
fix(route): remove duplicate name for birthday
1 parent df33fd0 commit 10c8de4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routes/web.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
# SET BIRTHDATE
3333
Route::get('/birthday', 'HomeController@getBirthday')->name('birthday');
34-
Route::post('/birthday', 'HomeController@postBirthday')->name('birthday');
34+
Route::post('/birthday', 'HomeController@postBirthday');
3535

3636
Route::get('/blocked', 'HomeController@getBirthdayBlocked')->name('blocked');
3737

0 commit comments

Comments
 (0)