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 e82db15 commit 3911cc1Copy full SHA for 3911cc1
routers/web/base.go
@@ -62,7 +62,7 @@ func storageHandler(storageSetting setting.Storage, prefix string, objStore stor
62
w,
63
req,
64
u.String(),
65
- http.StatusPermanentRedirect,
+ http.StatusTemporaryRedirect,
66
)
67
})
68
}
0 commit comments