Update web routes

pull/2324/head
Daniel Supernault 5 years ago
parent f34977d9a8
commit 78f37273e9
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

@ -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');

Loading…
Cancel
Save