tango-app-api-store-builder 1.0.9 → 1.0.11-dont-user
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Hip Hop Placement_25_Septmeber_2025.xlsx +0 -0
- package/Phonic_Tango_254.xlsb +0 -0
- package/data/Meller Planned stores.xlsx +0 -0
- package/data/Stranger Things - Tango.xlsx +0 -0
- package/package.json +1 -1
- package/src/controllers/fixtureTemplate.controller.js +5 -2
- package/src/controllers/managePlano.controller.js +12 -0
- package/src/controllers/script.controller.js +1718 -258
- package/src/routes/script.routes.js +2 -0
|
@@ -40,4 +40,6 @@ scriptRouter
|
|
|
40
40
|
.get( '/getAllPlanoIdsM', scriptController.getAllPlanoIds )
|
|
41
41
|
.post( '/updateStoreMbq', scriptController.updateStoreMbq )
|
|
42
42
|
.post( '/planoAccess', scriptController.planoAccess )
|
|
43
|
+
.post( '/getPlanoExcel', scriptController.getstoreFixtureExcel )
|
|
44
|
+
.post( '/getmisMatchedGroup', scriptController.getmisMatchedGroup )
|
|
43
45
|
;
|