add scraping the torrent topics rss files
This commit is contained in:
7
helper/web/handlerReadiness.go
Normal file
7
helper/web/handlerReadiness.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package web
|
||||
|
||||
import "net/http"
|
||||
|
||||
func FallbackHandler(w http.ResponseWriter, r *http.Request) {
|
||||
respondWithJSON(w, http.StatusOK, struct{}{})
|
||||
}
|
||||
Reference in New Issue
Block a user