update name

This commit is contained in:
SowinskiBraeden committed 2022-10-21 17:21:41 -07:00
1 parent c377473675
commit 0231d34229
1 file changed
+1 -1
+1 -1
View File
@@ -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()