Your ROOT_URL in app.ini is http://git.slaventius.ru/ but you are visiting http://37.143.12.169/test3k/umate/commit/cefa9b87829c7a083e5e2b7d4ed179fa42b0d61a?style=split&whitespace=ignore-change You should set ROOT_URL correctly, otherwise the web may not work correctly.
slaventius 2 years ago
parent 523fb50446
commit cefa9b8782
  1. 4
      pkg/kafka/auth.kafka.go

@ -6,6 +6,6 @@ const (
// Структура сообщения передаваемого при регистрации // Структура сообщения передаваемого при регистрации
type MessageRegistration struct { type MessageRegistration struct {
Code string Code string `json:"code"`
Email string Email string `json:"email"`
} }

Loading…
Cancel
Save