Skip to content

Commit 8a14b99

Browse files
committed
Switch to using docker internal domain: frontend
1 parent 4bffa28 commit 8a14b99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routers/kitspace.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ type KitspaceSession struct {
2424
func Kitspace(ctx *context.Context, sess session.Store, x csrf.CSRF) (int, []byte) {
2525
url := ctx.Req.URL
2626
url.Scheme = "http"
27-
url.Host = "127.0.0.1:3001"
27+
url.Host = "frontend:3000"
2828
url.Path = strings.Replace(
2929
ctx.Link,
3030
path.Join(setting.AppSubURL, "/kitspace"),

0 commit comments

Comments
 (0)