Skip to content

Commit

Permalink
Merge and delete Devlop Frontend #32
Browse files Browse the repository at this point in the history
  • Loading branch information
hendrowunga committed Nov 18, 2024
1 parent 93ce9d3 commit 60d84ef
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 @@ -32,11 +32,9 @@
Route::delete('/profile', [ProfileController::class, 'destroy'])->name('profile.destroy');
});
require __DIR__ . '/auth.php';
<<<<<<< HEAD


// Admin
Route::view('/example-page', 'example-page');
Route::view('/example-auth', 'example-auth');
Route::view('example-frontend', 'example-frontend');
=======
>>>>>>> 0ea23e764e60a2386bfa2e13af4ddfb539d4bcca

0 comments on commit 60d84ef

Please sign in to comment.