default config

This commit is contained in:
archer
2023-08-04 14:00:50 +08:00
parent 94a241bbb1
commit 6f37d7b460
5 changed files with 20 additions and 23 deletions

View File

@@ -1,4 +1,3 @@
// Next.js API route support: https://nextjs.org/docs/api-routes/introduction
import type { NextApiRequest, NextApiResponse } from 'next';
import { jsonRes } from '@/service/response';
import { AuthCode } from '@/service/models/authCode';