mirror of
https://github.com/miniflux/v2.git
synced 2025-09-15 18:57:04 +00:00
Add refreshAllFeeds to the API
Adds refreshAllFeeds to the API, following the suggestion given in the comments of #359.
This commit is contained in:
parent
7389c79c52
commit
7b32f59281
4 changed files with 22 additions and 3 deletions
|
@ -166,7 +166,7 @@ func setupHandler(store *storage.Storage, feedHandler *feed.Handler, pool *worke
|
|||
router.Use(middleware)
|
||||
|
||||
fever.Serve(router, store)
|
||||
api.Serve(router, store, feedHandler)
|
||||
api.Serve(router, store, pool, feedHandler)
|
||||
ui.Serve(router, store, pool, feedHandler)
|
||||
|
||||
router.HandleFunc("/healthcheck", func(w http.ResponseWriter, r *http.Request) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue