Added some api's : GWM
This commit is contained in:
parent
0915843ef4
commit
b961e19bf1
@ -1743,6 +1743,9 @@ router.post("/submission_deadlines",[verifySignature, verifyToken], ConfigContro
|
|||||||
* get:
|
* get:
|
||||||
* summary: Get dashboard data for establishment user
|
* summary: Get dashboard data for establishment user
|
||||||
* tags: [Dashboard]
|
* tags: [Dashboard]
|
||||||
|
* security:
|
||||||
|
* - appSignature: []
|
||||||
|
* - bearerAuth: []
|
||||||
* parameters:
|
* parameters:
|
||||||
* - in: query
|
* - in: query
|
||||||
* name: establishment_id
|
* name: establishment_id
|
||||||
@ -1762,7 +1765,7 @@ router.post("/submission_deadlines",[verifySignature, verifyToken], ConfigContro
|
|||||||
* 500:
|
* 500:
|
||||||
* description: Server error
|
* description: Server error
|
||||||
*/
|
*/
|
||||||
router.get("/establishment_dashboard",dashboardController.getEstablishmentDashboard);
|
router.get("/establishment_dashboard",[verifySignature, verifyToken],dashboardController.getEstablishmentDashboard);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user