add updateHTTPPage function
This commit is contained in:
+1
-3
@@ -68,9 +68,7 @@ func UpdatePage(p *core.Page) error {
|
||||
case "gemini":
|
||||
return updateGeminiPage(p)
|
||||
case "http", "https":
|
||||
// return updateHTTPPage(p)
|
||||
// TODO
|
||||
fallthrough
|
||||
return updateHTTPPage(p)
|
||||
case "gopher", "gophers":
|
||||
// return updateGopherPage(p)
|
||||
// TODO
|
||||
|
||||
Reference in New Issue
Block a user