csrf token checking
This commit is contained in:
parent
2ef1dc8be4
commit
b0c6d95a69
@ -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:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user