Skip to content

Commit

Permalink
Fixed code style
Browse files Browse the repository at this point in the history
  • Loading branch information
tabuna authored and github-actions[bot] committed Mar 31, 2024
1 parent c4a368f commit a543df8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion routes/web.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
Route::view('nav', 'pages.navigation')->name('nav');
Route::view('/admin', 'errors.admin');


Route::get('/achievements', [AchievementsController::class, 'index'])->name('achievements');
Route::view('/hangman', 'pages.hangman')->name('hangman');
Route::view('/editor-guide', 'pages.editor-guide')->name('editor-guide');
Expand Down

0 comments on commit a543df8

Please sign in to comment.