Your ROOT_URL in app.ini is http://git.slaventius.ru/ but you are visiting http://37.143.12.169/test3k/authPostman/src/commit/c9b2185681b2d92f15153079204ddbcec6f861ec/internal/transport/telegram/telegram.go
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
package telegram
|
|
|
|
import (
|
|
api "github.com/go-telegram-bot-api/telegram-bot-api/v5"
|
|
)
|
|
|
|
type Service struct {
|
|
*api.BotAPI
|
|
}
|
|
|
|
func NewService() *Service {
|
|
return &Service
|
|
}
|
|
|