From 4dec84e8b72816e340e518e3bcc63451c22d874f Mon Sep 17 00:00:00 2001 From: Norbert Kwizera Date: Fri, 29 Apr 2022 17:36:05 +0200 Subject: [PATCH] Update Start Mobile send URL --- handlers/start/start.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handlers/start/start.go b/handlers/start/start.go index 3fde1351a..bf2cf254a 100644 --- a/handlers/start/start.go +++ b/handlers/start/start.go @@ -22,7 +22,7 @@ import ( var ( maxMsgLength = 1600 - sendURL = "http://bulk.startmobile.com.ua/clients.php" + sendURL = "https://bulk.startmobile.ua/clients.php" ) func init() {