mirror of
https://github.com/miniflux/v2.git
synced 2025-08-26 18:21:01 +00:00
Import OPML from URL
This commit is contained in:
parent
ac45307da6
commit
d882bbca85
14 changed files with 95 additions and 10 deletions
1
ui/ui.go
1
ui/ui.go
|
@ -112,6 +112,7 @@ func Serve(router *mux.Router, store *storage.Storage, pool *worker.Pool, feedHa
|
|||
uiRouter.HandleFunc("/export", handler.exportFeeds).Name("export").Methods("GET")
|
||||
uiRouter.HandleFunc("/import", handler.showImportPage).Name("import").Methods("GET")
|
||||
uiRouter.HandleFunc("/upload", handler.uploadOPML).Name("uploadOPML").Methods("POST")
|
||||
uiRouter.HandleFunc("/fetch", handler.fetchOPML).Name("fetchOPML").Methods("POST")
|
||||
|
||||
// OAuth2 flow.
|
||||
uiRouter.HandleFunc("/oauth2/{provider}/unlink", handler.oauth2Unlink).Name("oauth2Unlink").Methods("GET")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue