V 1.1 Beta

This commit is contained in:
MakingCG
2020-03-11 10:36:10 +01:00
parent 3285a7e1c2
commit 2deca027cd
33 changed files with 837 additions and 1148 deletions

View File

@@ -11,9 +11,8 @@
|
*/
// Get File
Route::get('/avatars/{avatar}', 'FileManagerController@get_avatar')->name('avatar');
// Get user avatar
Route::get('/avatars/{avatar}', 'AppFunctionsController@get_avatar')->name('avatar');
// Landing Page
Route::get('/', 'PrivateCloud\FileManagerController@index');
// Index Page
Route::get('/{any?}', 'AppFunctionsController@index')->where('any', '.*');