Your ROOT_URL in app.ini is http://git.slaventius.ru/ but you are visiting http://37.143.12.169/test3k/authDB/commit/4ef49b505089bfa193852b46a22d827e5956c50c?style=unified&whitespace=show-all You should set ROOT_URL correctly, otherwise the web may not work correctly.
slaventius 2 years ago
parent 253d936203
commit 4ef49b5050
  1. 4
      internal/authDB.go

@ -16,10 +16,6 @@ import (
api "git.slaventius.ru/test3k/umate/pkg/api"
)
const (
topicRegistrations string = "registrations" // Топик для регистраций
)
type user struct {
ID int32
Login string

Loading…
Cancel
Save