mirror of
https://github.com/friendica/friendica
synced 2025-05-17 15:44:11 +02:00
Add sample route for /itemsource
- Fix missing item guid not displaying in Module\Itemsource
This commit is contained in:
parent
61b6ab7e3e
commit
993f4e5fcc
2 changed files with 2 additions and 1 deletions
|
@ -1523,6 +1523,8 @@ class App
|
|||
*/
|
||||
private function collectRoutes(RouteCollector $routeCollector)
|
||||
{
|
||||
$routeCollector->addRoute(['GET', 'POST'], '/itemsource[/{guid}]', Module\Itemsource::class);
|
||||
|
||||
Hook::callAll('route_collection', $routeCollector);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue