mirror of
https://github.com/ershisan99/coolify.git
synced 2026-01-24 05:02:12 +00:00
fixes
This commit is contained in:
@@ -32,6 +32,9 @@ Route::middleware(['auth'])->group(function () {
|
||||
Route::get('/profile', function () {
|
||||
return view('profile');
|
||||
});
|
||||
Route::get('/update', function () {
|
||||
return view('update');
|
||||
});
|
||||
Route::get('/demo', function () {
|
||||
return view('demo');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user