mirror of
https://github.com/TheRealOwenRees/echecsfrance.git
synced 2026-07-23 04:26:57 +00:00
import grouping and sorting with Prettier plugin
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import clientPromise from "@/lib/mongodb";
|
||||
import { NextResponse } from "next/server";
|
||||
|
||||
import clientPromise from "@/lib/mongodb";
|
||||
import { errorLog } from "@/utils/logger";
|
||||
|
||||
export async function POST(req: Request) {
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
import NodeMailer from "nodemailer";
|
||||
import { NextResponse } from "next/server";
|
||||
import { infoLog, errorLog } from "@/utils/logger";
|
||||
import NodeMailer from "nodemailer";
|
||||
|
||||
import { errorLog, infoLog } from "@/utils/logger";
|
||||
|
||||
export async function POST(req: Request) {
|
||||
const { email, subject, message } = await req.json();
|
||||
|
||||
Reference in New Issue
Block a user