mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 08:12:15 +00:00
Initial commit
This commit is contained in:
19
routes/web.php
Normal file
19
routes/web.php
Normal file
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Web Routes
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| Here is where you can register web routes for your application. These
|
||||
| routes are loaded by the RouteServiceProvider within a group which
|
||||
| contains the "web" middleware group. Now create something great!
|
||||
|
|
||||
*/
|
||||
|
||||
// Get File
|
||||
Route::get('/avatars/{avatar}', 'FileManagerController@get_avatar')->name('avatar');
|
||||
|
||||
|
||||
// Landing Page
|
||||
Route::get('/', 'PrivateCloud\FileManagerController@index');
|
||||
Reference in New Issue
Block a user