ok
Direktori : /proc/thread-self/root/proc/self/root/home2/selectio/www/myclassicfit.com/routes/ |
Current File : //proc/thread-self/root/proc/self/root/home2/selectio/www/myclassicfit.com/routes/update.php |
<?php /* |-------------------------------------------------------------------------- | Install Routes |-------------------------------------------------------------------------- | | This route is responsible for handling the intallation process | | | */ use Illuminate\Support\Facades\Route; Route::get('/', 'UpdateController@update_software_index')->name('index'); Route::post('update-system', 'UpdateController@update_software')->name('update-system'); Route::fallback(function () { return redirect('/'); });