diff --git a/api/url-intelligence.go b/api/url-intelligence.go index c777127a2f3868440f26cff2ac4cdc0fe46a90af..d8ea998f38f80c93b4194abad03e830ba0524a17 100644 --- a/api/url-intelligence.go +++ b/api/url-intelligence.go @@ -11,7 +11,7 @@ import ( "github.com/gin-gonic/gin" ) - +//URL intelligence function called from main, checks the cache for hits, if miss calls to gather intelligence. func UrlIntelligence(c *gin.Context) { url := c.Query("url")