TP-5555 | log-remove

This commit is contained in:
varnit goyal
2024-11-12 19:05:10 +05:30
parent 8baf8dc1b8
commit 997948076c

View File

@@ -30,6 +30,7 @@ func (s *Server) router() {
}
func (s *Server) Start() {
//s.gin.Use(ginzap.Ginzap(s.dependencies.Logger, time.RFC3339, false)) //enable to turn on the logs
s.router()
port := configs.GetPort()