diff --git a/api/handlers/api.go b/api/handlers/api.go index f49e872..f33d6a5 100644 --- a/api/handlers/api.go +++ b/api/handlers/api.go @@ -68,7 +68,7 @@ func (a *App) Initialize() error { zap.S().With(err).Error("failed to connect to database") return err } - zap.S().Info("SulliCartCheckout has connected to the database") + zap.S().Info("SulliCartShare has connected to the database") // initialize api router a.initializeRoutes()