Skip to content

Commit

Permalink
brackets
Browse files Browse the repository at this point in the history
  • Loading branch information
calmh committed Jul 3, 2020
1 parent 5074885 commit eb244a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/api/api.go
Expand Up @@ -245,7 +245,7 @@ func (s *service) serve(ctx context.Context) {

// The GET handlers
getRestMux := http.NewServeMux()
getRestMux.HandleFunc("/rest/db/completion", s.getDBCompletion) // device folder
getRestMux.HandleFunc("/rest/db/completion", s.getDBCompletion) // [device] [folder]
getRestMux.HandleFunc("/rest/db/file", s.getDBFile) // folder file
getRestMux.HandleFunc("/rest/db/ignores", s.getDBIgnores) // folder
getRestMux.HandleFunc("/rest/db/need", s.getDBNeed) // folder [perpage] [page]
Expand Down

0 comments on commit eb244a7

Please sign in to comment.