From 846b82e71520f9a2c801dd2912311fabc04bcbf6 Mon Sep 17 00:00:00 2001
From: odinkh <odinkh@stud.ntnu.no>
Date: Thu, 19 May 2022 20:31:14 +0200
Subject: [PATCH] Commenting

---
 api/url-intelligence.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/api/url-intelligence.go b/api/url-intelligence.go
index c777127..d8ea998 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")
 
-- 
GitLab