From 455a93cacb0ca2c1ddd679e29d46a781f0d782e8 Mon Sep 17 00:00:00 2001 From: GochoMugo Date: Thu, 7 Dec 2017 12:35:37 +0300 Subject: [PATCH] examples: Add notice of openshift 2 shutdown References: * Issue: https://github.com/yagop/node-telegram-bot-api/issues/426 --- examples/webhook/openshift2.js | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/examples/webhook/openshift2.js b/examples/webhook/openshift2.js index 6bb022b..72ffaee 100644 --- a/examples/webhook/openshift2.js +++ b/examples/webhook/openshift2.js @@ -1,6 +1,18 @@ /** * This example demonstrates setting up webhook * on the OpenShift platform. + * + * !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + * NOTE: + * + * Openshift 2 has been shut down. + * + * This example is kept here for historical/educational purposes. + * No changes are expected to be made to the source code below. + * + * See https://github.com/yagop/node-telegram-bot-api/issues/426 for + * more information. + * !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */