add updateHTTPPage function

This commit is contained in:
nytpu
2021-03-17 08:53:39 -06:00
parent f9428c3e0e
commit e68ff691b8
2 changed files with 22 additions and 13 deletions
+1 -3
View File
@@ -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