Skip to content

Commit 9c49219

Browse files
Merge pull request #664 from contentstack/feature/execution-log
Feature/execution log
2 parents eae3dd2 + fd5c0e0 commit 9c49219

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)