Skip to content

Commit

Permalink
Merge pull request #105 from hendrowunga/main
Browse files Browse the repository at this point in the history
merge #main to #32-devlop-frontend
  • Loading branch information
hendrowunga authored Nov 18, 2024
2 parents 0bb49e5 + 1eff8b8 commit 0ea23e7
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions routes/web.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,4 @@
Route::patch('/profile', [ProfileController::class, 'update'])->name('profile.update');
Route::delete('/profile', [ProfileController::class, 'destroy'])->name('profile.destroy');
});


require __DIR__ . '/auth.php';

// Admin
Route::view('/example-page', 'example-page');
Route::view('/example-auth', 'example-auth');
Route::view('example-frontend', 'example-frontend');
// Route::prefix('admin')->name('admin.')->group(function () {
// Route::resource('category', CategoriesController::class);
// });

0 comments on commit 0ea23e7

Please sign in to comment.