Skip to content

Commit 1456978

Browse files
Added missing prefix on install route. (#15677)
Co-authored-by: techknowlogick <[email protected]>
1 parent 49b2895 commit 1456978

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

routers/routes/install.go

+1
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ func InstallRoutes() *web.Route {
103103
&public.Options{
104104
Directory: path.Join(setting.StaticRootPath, "public"),
105105
SkipLogging: setting.DisableRouterLog,
106+
Prefix: "/assets",
106107
},
107108
))
108109

0 commit comments

Comments
 (0)