Your ROOT_URL in app.ini is http://git.slaventius.ru/ but you are visiting http://37.143.12.169/test3k/auth/commit/a4606a828cf567e747b256dc56bd7b4a14f88f70?style=unified&whitespace=ignore-all You should set ROOT_URL correctly, otherwise the web may not work correctly.
slaventius 2 years ago
parent 25ce4d51c5
commit a4606a828c
  1. 2
      go.mod

@ -3,13 +3,13 @@ module git.slaventius.ru/test3k/auth
go 1.19
require (
git.slaventius.ru/test3k/umate v0.0.0-20230204104415-6dd680567696
github.com/go-chi/chi/v5 v5.0.8
github.com/kelseyhightower/envconfig v1.4.0
google.golang.org/grpc v1.52.3
)
require (
git.slaventius.ru/test3k/umate v0.0.0-20230204104415-6dd680567696 // indirect
github.com/golang/protobuf v1.5.2 // indirect
golang.org/x/net v0.4.0 // indirect
golang.org/x/sys v0.3.0 // indirect

Loading…
Cancel
Save