Update web routes

This commit is contained in:
Daniel Supernault 2020-07-20 08:33:03 -06:00
parent f34977d9a8
commit 78f37273e9
No known key found for this signature in database
GPG key ID: 0DEF1C662C9033F7

View file

@ -441,6 +441,7 @@ Route::domain(config('pixelfed.domain.app'))->middleware(['validemail', 'twofact
});
Route::get('stories/{username}', 'ProfileController@stories');
Route::get('p/{id}', 'StatusController@shortcodeRedirect');
Route::get('c/{collection}', 'CollectionController@show');
Route::get('p/{username}/{id}/c', 'CommentController@showAll');
Route::get('p/{username}/{id}/embed', 'StatusController@showEmbed');