cleanup 1

This commit is contained in:
2025-08-17 17:12:44 -04:00
parent 2eed0d9021
commit e7ebccd4a9
17 changed files with 2 additions and 1469 deletions

View File

@@ -187,9 +187,7 @@ func (api *API) registerWebAppRoutes(router *gin.Engine) {
// Search enabled configuration
if api.cfg.SearchEnabled {
router.GET("/search", api.authWebAppMiddleware, api.appGetSearchNew) // WIP
router.GET("/search-old", api.authWebAppMiddleware, api.appGetSearch) // TODO
router.GET("/search", api.authWebAppMiddleware, api.appGetSearchNew) // WIP
router.POST("/search", api.authWebAppMiddleware, api.appSaveNewDocument) // TODO
}
}