Created
January 27, 2017 19:53
-
-
Save sebsel/022820c64192aecad186ae912e29b268 to your computer and use it in GitHub Desktop.
discover endpoint route for seblog-kirby-webmentions
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| // add after line 22 | |
| [ | |
| 'pattern' => 'discover', | |
| 'action' => function() { | |
| echo mentions::discoverEndpoint(get('url')); | |
| } | |
| ], |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment