From 0231d34229c182609bef2c185d93fd81133ebbcd Mon Sep 17 00:00:00 2001 From: SowinskiBraeden Date: Fri, 21 Oct 2022 17:21:41 -0700 Subject: [PATCH] update name --- api/handlers/api.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()