summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorVidhu Kant Sharma <vidhukant@vidhukant.xyz>2022-12-26 20:32:10 +0530
committerVidhu Kant Sharma <vidhukant@vidhukant.xyz>2022-12-26 20:32:10 +0530
commit31e9605652faf350291634f5a2d642573f320e66 (patch)
tree3041b2bcf3dbadf3849296a6d7cc50d6e5c7e288 /main.go
parent6581728a1291850b9fa6c5f3aaf072512d50f165 (diff)
deleted useless files to render the invoice. it will be handled by react.
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 0 insertions, 2 deletions
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)