initial fever api

This commit is contained in:
Nazar Kanaev
2020-10-19 21:58:40 +01:00
parent 54c2a6458d
commit fcaf23d6bc
2 changed files with 158 additions and 0 deletions

View File

@@ -38,6 +38,7 @@ var routes []Route = []Route{
p("/opml/import", OPMLImportHandler),
p("/opml/export", OPMLExportHandler),
p("/page", PageCrawlHandler),
p("/fever/", FeverHandler),
}
type asset struct {