Your ROOT_URL in app.ini is http://git.slaventius.ru/ but you are visiting http://37.143.12.169/test3k/authDB/commit/6d159231789ea5f4faf0956c47c36b09a4dfbe6e?style=unified&whitespace=ignore-change You should set ROOT_URL correctly, otherwise the web may not work correctly.
slaventius 2 years ago
parent 02787ca7bd
commit 6d15923178
  1. 2
      cmd/main.go
  2. 2
      internal/db.go

@ -9,8 +9,8 @@ import (
"strconv"
"syscall"
server "test3k/authDB/internal"
"test3k/authDB/internal/config"
server "test3k/authDB/internal/transport/grpc"
api "test3k/umate/pkg/api"
"google.golang.org/grpc"

@ -1,4 +1,4 @@
package grpc
package db
import (
"context"
Loading…
Cancel
Save