Your ROOT_URL in app.ini is http://git.slaventius.ru/ but you are visiting http://37.143.12.169/test3k/authDB/commit/253d93620313e297cab24bd2ca8adc9fbb1c89da?style=unified&whitespace=show-all
You should set ROOT_URL correctly, otherwise the web may not work correctly.
3 changed files with
3 additions and
6 deletions
go.mod
go.sum
internal/authDB.go
@ -3,7 +3,7 @@ module git.slaventius.ru/test3k/authDB
go 1.19
require (
git . slaventius . ru / test3k / umate v0 . 0.0 - 20230209054131 - c039ab837f14
git . slaventius . ru / test3k / umate v0 . 0.0 - 20230210133957 - 5 b6230824b1e
github . com / kelseyhightower / envconfig v1 . 4.0
github . com / segmentio / kafka - go v0 . 4.38
google . golang . org / grpc v1 . 52.3
@ -1,5 +1,7 @@
git.slaventius.ru/test3k/umate v0.0.0-20230209054131-c039ab837f14 h1:1GAmFzUQriRn/WfplqIYHKuHF/TDzYfy9D8unxmC8wQ=
git.slaventius.ru/test3k/umate v0.0.0-20230209054131-c039ab837f14/go.mod h1:zC+pjeBAFo0eLwPt+vBrdyt1ObAPU+HMfDG12vXLjBA=
git.slaventius.ru/test3k/umate v0.0.0-20230210133957-5b6230824b1e h1:GtEwn9gu3m0nghOgW1TL7hFsZl2RgfLIX4Q8ayQ0kWQ=
git.slaventius.ru/test3k/umate v0.0.0-20230210133957-5b6230824b1e/go.mod h1:zC+pjeBAFo0eLwPt+vBrdyt1ObAPU+HMfDG12vXLjBA=
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
@ -20,11 +20,6 @@ const (
topicRegistrations string = "registrations" // Топик для регистраций
)
type msg struct {
Code string
Email string
}
type user struct {
ID int32
Login string