Skip to content

Commit edebe42

Browse files
authored
Merge pull request #669 from contentstack/dev
Dev
2 parents 7c703b0 + 0ccc338 commit edebe42

File tree

16 files changed

+1054
-164
lines changed

16 files changed

+1054
-164
lines changed

api/src/routes/migration.routes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ router.post(
6060
);
6161

6262
router.get(
63-
"/get_migration_logs/:orgId/:projectId/:stackId",
63+
"/get_migration_logs/:orgId/:projectId/:stackId/:skip/:limit/:startIndex/:stopIndex/:searchText/:filter",
6464
asyncRouter(migrationController.getLogs)
6565

6666
)

0 commit comments

Comments
 (0)