mirror of
https://github.com/nkanaev/yarr.git
synced 2025-12-15 08:37:21 +00:00
update item status
This commit is contained in:
@@ -77,6 +77,7 @@ var routes []Route = []Route{
|
||||
p("/api/feeds/:id", FeedHandler),
|
||||
p("/api/feeds/:id/items", FeedItemsHandler),
|
||||
p("/api/feeds/find", FeedHandler),
|
||||
p("/api/items/:id", ItemHandler),
|
||||
}
|
||||
|
||||
func Vars(req *http.Request) map[string]string {
|
||||
|
||||
Reference in New Issue
Block a user