We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bffa28 commit 8a14b99Copy full SHA for 8a14b99
routers/kitspace.go
@@ -24,7 +24,7 @@ type KitspaceSession struct {
24
func Kitspace(ctx *context.Context, sess session.Store, x csrf.CSRF) (int, []byte) {
25
url := ctx.Req.URL
26
url.Scheme = "http"
27
- url.Host = "127.0.0.1:3001"
+ url.Host = "frontend:3000"
28
url.Path = strings.Replace(
29
ctx.Link,
30
path.Join(setting.AppSubURL, "/kitspace"),
0 commit comments