Your ROOT_URL in app.ini is http://git.slaventius.ru/ but you are visiting http://37.143.12.169/test3k/auth/src/commit/5e1464da635a9d5573d25801707aba51f6f8aecf/cmd/main.go
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
package main
|
|
|
|
import (
|
|
api "bugbucketr.org/test3k/authDB"
|
|
)
|
|
|
|
func main() {
|
|
s := api.NewServer()
|
|
}
|
|
|