aboutsummaryrefslogtreecommitdiffhomepage
path: root/fever/handler.go
Commit message (Collapse)AuthorAge
* Send a response when changing status of removed entries in Fever APIGravatar Jebbs2019-10-31
| | | When a client, like Reeder, tries to mark an item which is removed on Miniflux, the server doesn't response OK. This may terminate the sync process, the PR fixes it.
* Refactor config packageGravatar Frédéric Guillot2019-06-02
| | | | | - Parse configuration only once during startup time - Store configuration values in a global variable
* Move Fever middleware and routes to fever packageGravatar Frédéric Guillot2018-11-11