Skip to content

Commit 3ba8918

Browse files
authored
Merge pull request #658 from poppastring/fix-well-known-route
"wellknow" should have a dash in it.
2 parents aa9d765 + efa63d5 commit 3ba8918

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/DasBlog.Web.UI/Controllers/ActivityPubController.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
namespace DasBlog.Web.Controllers
1313
{
14-
[Route(".wellknown")]
14+
[Route(".well-known")]
1515
public class ActivityPubController : DasBlogBaseController
1616
{
1717
private readonly IDasBlogSettings dasBlogSettings;

0 commit comments

Comments
 (0)