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
* /api/manufacturing/getManufacturingMonthlyOverview
* /api/manufacturing/getManufacturingMonthlyOverview:
* get:
* summary: Get Manufacturing IPI Monthly Overview by year and month
* tags: [ManufacturingIPI]
* security:
* - appSignature: []
* - CSRF: []
* cookieAuth: []
* cookieAuth: [] # or bearerAuth: [] if you use Authorization header
* parameters:
* - name: year
* in: query
* - in: query
* name: year
* required: true
* schema:
* type: integer
* description: Year (e.g., 2025)
* - name: month
* in: query
* - in: query
* name: month
* required: true
* schema:
* type: integer