Import email service
cgen-ae324e0bac564562acae3d07080c3bb2
This commit is contained in:
parent
eefea9711f
commit
9ac460549f
1 changed files with 1 additions and 0 deletions
|
|
@ -2,6 +2,7 @@ import "dotenv/config";
|
|||
import express from "express";
|
||||
import cors from "cors";
|
||||
import { adminSupabase } from "./supabase";
|
||||
import { emailService } from "./email";
|
||||
|
||||
export function createServer() {
|
||||
const app = express();
|
||||
|
|
|
|||
Loading…
Reference in a new issue