Mise à jour doc
This commit is contained in:
@ -66,6 +66,8 @@ func main() {
|
||||
})
|
||||
|
||||
apiHandler := api.NewHandler(*notesDir, idx, templates, logger)
|
||||
mux.Handle("/api/v1/notes", apiHandler) // REST API v1
|
||||
mux.Handle("/api/v1/notes/", apiHandler) // REST API v1
|
||||
mux.Handle("/api/search", apiHandler)
|
||||
mux.Handle("/api/folders/create", apiHandler)
|
||||
mux.Handle("/api/files/move", apiHandler)
|
||||
|
||||
Reference in New Issue
Block a user