Skip to content
Snippets Groups Projects
Commit 2b682040 authored by Sebastian Castro's avatar Sebastian Castro
Browse files

Remove trailing webhook test call

parent 9e3a5779
No related branches found
No related tags found
No related merge requests found
......@@ -45,14 +45,11 @@ class CoreController extends GoGoController
$listPartners = $repository->findAllOrderedByPosition();
return $this->render('@BiopenCoreBundle/partners.html.twig', array('listPartners' => $listPartners));
return $this->render('@BiopenCoreBundle/partners.html.twig', array('listPartners' => $listPartners));
}
public function helpAction()
{
$this->get('biopen.webhook_service')->processPosts();
return $this->render('@BiopenAdmin/pages/help.html.twig');
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment