Remove route closures to allow route caching
This commit is contained in:
parent
4024b18e65
commit
37f701b105
6 changed files with 48 additions and 17 deletions
|
@ -11,6 +11,11 @@ use Illuminate\Database\Eloquent\ModelNotFoundException;
|
|||
|
||||
class WebMentionsController extends Controller
|
||||
{
|
||||
public function get()
|
||||
{
|
||||
return view('webmention-endpoint');
|
||||
}
|
||||
|
||||
/**
|
||||
* Receive and process a webmention.
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue