|
|
@ -103,6 +103,7 @@ func InstallRoutes() *web.Route { |
|
|
|
&public.Options{ |
|
|
|
&public.Options{ |
|
|
|
Directory: path.Join(setting.StaticRootPath, "public"), |
|
|
|
Directory: path.Join(setting.StaticRootPath, "public"), |
|
|
|
SkipLogging: setting.DisableRouterLog, |
|
|
|
SkipLogging: setting.DisableRouterLog, |
|
|
|
|
|
|
|
Prefix: "/assets", |
|
|
|
}, |
|
|
|
}, |
|
|
|
)) |
|
|
|
)) |
|
|
|
|
|
|
|
|
|
|
|