Skip to content

Commit

Permalink
Added missing prefix on install route. (#15677)
Browse files Browse the repository at this point in the history
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
  • Loading branch information
KN4CK3R and techknowlogick committed Apr 30, 2021
1 parent 49b2895 commit 1456978
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions routers/routes/install.go
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ func InstallRoutes() *web.Route {
&public.Options{
Directory: path.Join(setting.StaticRootPath, "public"),
SkipLogging: setting.DisableRouterLog,
Prefix: "/assets",
},
))

Expand Down

0 comments on commit 1456978

Please sign in to comment.