We need to manually check the indieauth endpoint ourselves now
This commit is contained in:
parent
b93a8587a3
commit
e456f688a3
3 changed files with 135 additions and 60 deletions
|
@ -129,7 +129,7 @@ Route::group(['domain' => config('url.longurl')], function () {
|
|||
Route::get('/feed.rss', [FeedsController::class, 'blogRss']);
|
||||
Route::get('/feed.atom', [FeedsController::class, 'blogAtom']);
|
||||
Route::get('/feed.json', [FeedsController::class, 'blogJson']);
|
||||
Route::get('/feed.jf2', [Feedscontroller::class, 'blogJf2']);
|
||||
Route::get('/feed.jf2', [FeedsController::class, 'blogJf2']);
|
||||
Route::get('/s/{id}', [ArticlesController::class, 'onlyIdInURL']);
|
||||
Route::get('/{year?}/{month?}', [ArticlesController::class, 'index']);
|
||||
Route::get('/{year}/{month}/{slug}', [ArticlesController::class, 'show']);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue