frontend/backend update

This commit is contained in:
carodej
2020-04-23 12:40:22 +02:00
parent 8740cc7685
commit 8cbc58f775
46 changed files with 1838 additions and 861 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
*/
// Get user avatar
Route::get('/avatars/{avatar}', 'AppFunctionsController@get_avatar')->name('avatar');
Route::get('/avatars/{avatar}', 'FileAccessController@get_avatar')->name('avatar');
// Index Page
Route::get('/{any?}', 'AppFunctionsController@index')->where('any', '.*');