diff --git a/src/controllers/DocsController.php b/src/controllers/DocsController.php index 5590c05..65808c1 100644 --- a/src/controllers/DocsController.php +++ b/src/controllers/DocsController.php @@ -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');