From 6d35688f27b8dc66aeee8a5ea82d5dd86016bf1d Mon Sep 17 00:00:00 2001 From: Balu Babu Date: Mon, 6 Nov 2023 16:25:34 +0530 Subject: [PATCH] chore: changed name of template to user-invitation --- .../src/{ => mailer}/templates/team-invitation.hbs | 0 .../src/{ => mailer}/templates/user-invitation.hbs | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename packages/hoppscotch-backend/src/{ => mailer}/templates/team-invitation.hbs (100%) rename packages/hoppscotch-backend/src/{ => mailer}/templates/user-invitation.hbs (100%) diff --git a/packages/hoppscotch-backend/src/templates/team-invitation.hbs b/packages/hoppscotch-backend/src/mailer/templates/team-invitation.hbs similarity index 100% rename from packages/hoppscotch-backend/src/templates/team-invitation.hbs rename to packages/hoppscotch-backend/src/mailer/templates/team-invitation.hbs diff --git a/packages/hoppscotch-backend/src/templates/user-invitation.hbs b/packages/hoppscotch-backend/src/mailer/templates/user-invitation.hbs similarity index 100% rename from packages/hoppscotch-backend/src/templates/user-invitation.hbs rename to packages/hoppscotch-backend/src/mailer/templates/user-invitation.hbs