Your ROOT_URL in app.ini is http://git.slaventius.ru/ but you are visiting http://37.143.12.169/test3k/auth/commit/5c16bec0073b9f139503035068c332344cf2fde2?style=unified&whitespace=ignore-change You should set ROOT_URL correctly, otherwise the web may not work correctly.
slaventius 3 years ago
parent c980698bc3
commit 5c16bec007
  1. 2
      internal/auth.go

@ -1,4 +1,4 @@
package srv
package auth
import (
"context"
Loading…
Cancel
Save