From 409498760fb6b8245d2f90162a30121145147be6 Mon Sep 17 00:00:00 2001 From: Terekhin Alexandr Date: Wed, 31 Mar 2021 22:09:29 +0300 Subject: [PATCH] Fix env docs comment Signed-off-by: Terekhin Alexandr --- main.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.go b/main.go index 814c498..50f7a03 100644 --- a/main.go +++ b/main.go @@ -10,9 +10,9 @@ import ( func main() { var ( port = os.Getenv("PORT") // Bot app listening port, same as port in API_URL - publicURL = os.Getenv("PUBLIC_URL") // http://: + publicURL = os.Getenv("PUBLIC_URL") // http://:/ token = os.Getenv("TOKEN") // Token from @BotFather - apiURL = os.Getenv("API_URL") // http://:/ + apiURL = os.Getenv("API_URL") // http://: ) webhook := &tb.Webhook{