From 31e9605652faf350291634f5a2d642573f320e66 Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Mon, 26 Dec 2022 20:32:10 +0530 Subject: deleted useless files to render the invoice. it will be handled by react. --- main.go | 2 -- 1 file changed, 2 deletions(-) (limited to 'main.go') diff --git a/main.go b/main.go index becba70..76fb534 100644 --- a/main.go +++ b/main.go @@ -34,8 +34,6 @@ func main() { defer database.DisconnectDB() r := gin.New() - r.LoadHTMLGlob("web/templates/**/*") - item.Routes(r) brand.Routes(r) client.Routes(r) -- cgit v1.2.3