opml file import/export handlers
This commit is contained in:
parent
a203792b1d
commit
6753a113ad
5 changed files with 50 additions and 0 deletions
|
|
@ -79,6 +79,8 @@ var routes []Route = []Route{
|
|||
p("/api/items", ItemListHandler),
|
||||
p("/api/items/:id", ItemHandler),
|
||||
p("/api/settings", SettingsHandler),
|
||||
p("/opml/import", OPMLImportHandler),
|
||||
p("/opml/export", OPMLExportHandler),
|
||||
}
|
||||
|
||||
func Vars(req *http.Request) map[string]string {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue