Changeset 0.17.1 (#76)
This commit is contained in:
@@ -311,7 +311,7 @@ func main() {
|
||||
protected.PUT("/presets/:id/knowledge-bases", personas.SetPersonaKBs) // v0.17.0
|
||||
|
||||
// Notes
|
||||
notes := handlers.NewNoteHandler()
|
||||
notes := handlers.NewNoteHandler(stores)
|
||||
protected.GET("/notes", notes.List)
|
||||
protected.POST("/notes", notes.Create)
|
||||
protected.GET("/notes/search", notes.Search)
|
||||
|
||||
Reference in New Issue
Block a user