mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
chore: address comments
This commit is contained in:
@ -79,7 +79,7 @@ func (m *Main) Run() error {
|
||||
|
||||
m.db = db
|
||||
|
||||
s := server.NewServer()
|
||||
s := server.NewServer(m.profile.port)
|
||||
|
||||
s.ShortcutService = store.NewShortcutService(db)
|
||||
s.MemoService = store.NewMemoService(db)
|
||||
|
Reference in New Issue
Block a user