aboutsummaryrefslogtreecommitdiffstats
path: root/server.go
diff options
context:
space:
mode:
Diffstat (limited to 'server.go')
-rw-r--r--server.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/server.go b/server.go
index f2d4c11..ab42684 100644
--- a/server.go
+++ b/server.go
@@ -196,7 +196,7 @@ func New(e *echo.Echo, options *Options) error {
}
})
- e.Static("/themes", "public/themes")
+ e.Static("/themes", "themes")
for _, p := range s.Plugins {
p.SetRoutes(e.Group(""))