TEst pull via sh

This commit is contained in:
2018-06-27 19:47:49 +02:00
parent 1e751e8eae
commit c8b5cc37cf
3 changed files with 68 additions and 38 deletions

View File

@ -24,6 +24,16 @@ return [
],
],
],
'srcpull' => [
'type' => Literal::class,
'options' => [
'route' => '/pull',
'defaults' => [
'controller' => Controller\IndexController::class,
'action' => 'pull',
],
],
],
'contact' => [
'type' => Literal::class,
'options' => [