Your ROOT_URL in app.ini is http://git.slaventius.ru/ but you are visiting http://37.143.12.169/test3k/authDB/commit/ea8fbf018c155e68a6b23bb34cb7c545e559f300?style=unified&whitespace=ignore-change You should set ROOT_URL correctly, otherwise the web may not work correctly.
slaventius@odnookno.info 2 years ago
parent e081ab2ee8
commit ea8fbf018c
  1. 1
      vendor/git.slaventius.ru/test3k/umate/pkg/kafka/auth.kafka.go
  2. 2
      vendor/modules.txt

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

@ -1,4 +1,4 @@
# git.slaventius.ru/test3k/umate v0.0.0-20230301112351-cefa9b87829c
# git.slaventius.ru/test3k/umate v0.0.0-20230315074108-36d452da0e42
## explicit; go 1.19
git.slaventius.ru/test3k/umate/pkg/api
git.slaventius.ru/test3k/umate/pkg/kafka

Loading…
Cancel
Save