mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-02-03 04:27:47 +01:00
Added route
This commit is contained in:
parent
a20ae1d59f
commit
496b4755b6
1
resources/views/layouts/updater.blade.php
Normal file
1
resources/views/layouts/updater.blade.php
Normal file
@ -0,0 +1 @@
|
||||
|
1
resources/views/update.blade.php
Normal file
1
resources/views/update.blade.php
Normal file
@ -0,0 +1 @@
|
||||
|
@ -81,6 +81,7 @@ Route::post('/panel/pages', [AdminController::class, 'editSitePage'])->name('edi
|
||||
Route::get('/panel/site', [AdminController::class, 'showSite'])->name('showSite');
|
||||
Route::post('/panel/site', [AdminController::class, 'editSite'])->name('editSite');
|
||||
Route::get('/panel/phpinfo', [AdminController::class, 'phpinfo'])->name('phpinfo');
|
||||
Route::get('/update', function () {return view('update', []);});
|
||||
});
|
||||
|
||||
require __DIR__.'/auth.php';
|
||||
|
Loading…
x
Reference in New Issue
Block a user