Routes file modified

This commit is contained in:
unknown 2025-12-24 16:58:49 +05:30
parent 8ce1d8b8e4
commit f4ac302680

View File

@ -3015,23 +3015,23 @@ router.get("/manufacturing/getManufacturingIndex",[verifySignature, verifyToken]
/** /**
* @swagger * @swagger
* /api/manufacturing/getManufacturingMonthlyOverview * /api/manufacturing/getManufacturingMonthlyOverview:
* get: * get:
* summary: Get Manufacturing IPI Monthly Overview by year and month * summary: Get Manufacturing IPI Monthly Overview by year and month
* tags: [ManufacturingIPI] * tags: [ManufacturingIPI]
* security: * security:
* - appSignature: [] * - appSignature: []
* - CSRF: [] * - CSRF: []
* cookieAuth: [] * cookieAuth: [] # or bearerAuth: [] if you use Authorization header
* parameters: * parameters:
* - name: year * - in: query
* in: query * name: year
* required: true * required: true
* schema: * schema:
* type: integer * type: integer
* description: Year (e.g., 2025) * description: Year (e.g., 2025)
* - name: month * - in: query
* in: query * name: month
* required: true * required: true
* schema: * schema:
* type: integer * type: integer