csrf token checking

This commit is contained in:
unknown 2025-12-24 13:07:12 +05:30
parent 2ef1dc8be4
commit b0c6d95a69

View File

@ -2998,10 +2998,9 @@ router.get("/unit_master_download_sample_file",[verifySignature, verifyToken], u
* /api/manufacturing/getManufacturingIndex: * /api/manufacturing/getManufacturingIndex:
* get: * get:
* summary: Get all Manufacturing IPI Index list * summary: Get all Manufacturing IPI Index list
* tags: [ManufacturingIpi] * tags: [ManufacturingIPI]
* security: * security:
* - appSignature: [] * - appSignature: []
* - CSRF: []
* cookieAuth: [] # or bearerAuth: [] if you use Authorization header * cookieAuth: [] # or bearerAuth: [] if you use Authorization header
* responses: * responses:
* 200: * 200: