added jsdoc definitions to apis

This commit is contained in:
2023-03-10 12:21:10 +00:00
parent d8f0972170
commit 6dc71b894a
59 changed files with 2288 additions and 64 deletions
+11
View File
@@ -1,3 +1,14 @@
/**
* @swagger
* /api/auth/[...nextauth]:
* get:
* tags: [Login]
* description: NextAuth
* responses:
* 200:
* description: Success
*/
import NextAuth from "next-auth";
import EmailProvider from "next-auth/providers/email";
import { PrismaAdapter } from "@next-auth/prisma-adapter";