mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
feat: update memo visibility in frontend
This commit is contained in:
@ -41,7 +41,7 @@ func NewServer(profile *profile.Profile) *Server {
|
||||
e.Use(middleware.StaticWithConfig(middleware.StaticConfig{
|
||||
Skipper: middleware.DefaultSkipper,
|
||||
Root: "web/dist",
|
||||
Browse: false,
|
||||
Browse: true,
|
||||
HTML5: true,
|
||||
}))
|
||||
|
||||
|
Reference in New Issue
Block a user