Routes file modified
This commit is contained in:
parent
8ce1d8b8e4
commit
f4ac302680
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user