initial fever api
This commit is contained in:
parent
54c2a6458d
commit
fcaf23d6bc
2 changed files with 158 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue