added jsdoc definitions to apis
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user