ok
Direktori : /proc/thread-self/root/proc/thread-self/root/home2/selectio/www/bharath/a1tex.in/routes/ |
Current File : //proc/thread-self/root/proc/thread-self/root/home2/selectio/www/bharath/a1tex.in/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('/'); });