summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--http/index.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/http/index.go b/http/index.go
index 4bb9567..124e172 100644
--- a/http/index.go
+++ b/http/index.go
@@ -6,7 +6,5 @@ import (
)
func Index(ctx *fasthttp.RequestCtx) {
- //b := new(bytes.Buffer)
- //template.Index(b)
ctx.SuccessString("text/html", template.Index()) // render template
}