Update DocsController.php

This commit is contained in:
Brett O'Donnell 2017-03-29 12:21:03 +10:30 committed by GitHub
parent a8cafee108
commit 0bd5382e4a

View File

@ -23,6 +23,11 @@ class DocsController extends Controller
return $this->render('bower-format');
}
public function actionUpdateWebhook()
{
return $this->render('update-webhook');
}
public function actionRegistryCurl()
{
return $this->render('registry-curl');