mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
fix: resource api
This commit is contained in:
@ -84,6 +84,8 @@ func (m *Main) Run() error {
|
||||
s.ShortcutService = store.NewShortcutService(db)
|
||||
s.MemoService = store.NewMemoService(db)
|
||||
s.UserService = store.NewUserService(db)
|
||||
s.ShortcutService = store.NewShortcutService(db)
|
||||
s.ResourceService = store.NewResourceService(db)
|
||||
|
||||
m.server = s
|
||||
|
||||
|
Reference in New Issue
Block a user