Skip to content

Commit

Permalink
Update BlueskyServiceProvider.php
Browse files Browse the repository at this point in the history
  • Loading branch information
kawax committed Nov 22, 2024
1 parent 749d0c8 commit 709bb52
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Providers/BlueskyServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
use Revolution\Bluesky\Contracts\XrpcClient;
use Revolution\Bluesky\FeedGenerator\Http\DescribeController;
use Revolution\Bluesky\FeedGenerator\Http\FeedSkeletonController;
use Revolution\Bluesky\FeedGenerator\Http\WellKnownDidController;
use Revolution\Bluesky\Socalite\BlueskyProvider;
use Revolution\Bluesky\Socalite\Http\OAuthMetaController;

Expand Down Expand Up @@ -103,5 +104,7 @@ protected function generator(): void
Route::get(Feed::describeFeedGenerator, DescribeController::class)
->name('bluesky.feed.describe');
});

Route::get('.well-known/did.json', WellKnownDidController::class);
}
}

0 comments on commit 709bb52

Please sign in to comment.