swagger doc meta info

This commit is contained in:
2024-05-13 16:53:12 +01:00
parent 62e8179e3a
commit c3b5f1a6ce
3 changed files with 43 additions and 0 deletions
@@ -1,3 +1,20 @@
/**
* @swagger
* /api/endpoint/getemailaccountcheck_api:
* get:
* tags: [Login]
* description: Returns portal login
* summary: Phase 2
* parameters:
* - name: emailAddress
* in: query
* required: true
* schema:
* type: string
* responses:
* 200:
* description: hello world
*/
import axios from "axios";
import CryptoJS from "crypto-js";
import _ from "lodash";