readability integration

This commit is contained in:
Nazar Kanaev
2020-07-15 21:34:14 +01:00
parent 5d5f95725f
commit ef0e404b90
7 changed files with 2113 additions and 1 deletions

View File

@@ -82,6 +82,7 @@ var routes []Route = []Route{
p("/api/settings", SettingsHandler),
p("/opml/import", OPMLImportHandler),
p("/opml/export", OPMLExportHandler),
p("/page", PageCrawlHandler),
}
func Vars(req *http.Request) map[string]string {