Add endpoint for full-text search (#6)
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is passing

This commit is contained in:
2020-10-12 21:46:50 -05:00
parent 273460b126
commit e55720e3bb
7 changed files with 100 additions and 7 deletions

View File

@@ -45,6 +45,8 @@ const index = {
// Export the entire personal tree as HTML
'/data/export/html': ['controller::Export.html_export'],
'/search': ['controller::api:v1:Misc.get_search'],
},
post: {