From 996372531b72bc2d91d1a1c5b73d94eed894023b Mon Sep 17 00:00:00 2001 From: Rhythm <35167328+kRhythm@users.noreply.github.com> Date: Tue, 9 Nov 2021 10:59:19 +0530 Subject: [PATCH] added coment to deploy --- handlers/api.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handlers/api.go b/handlers/api.go index cb960902..b68fd6f2 100644 --- a/handlers/api.go +++ b/handlers/api.go @@ -17,7 +17,7 @@ import ( "net/http" "time" ) - +//local statping setup type apiResponse struct { Status string `json:"status"` Object string `json:"type,omitempty"`