Skip to content

Commit

Permalink
Uncomment experimental bulk user import endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasdarimont committed May 4, 2024
1 parent d9ac73d commit 7210a41
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,9 @@ public UserImportMigrationResource userMigration() {
return new UserImportMigrationResource(session, token);
}

@Path("admin/userimport")
public BulkUserImportResource bulkUserImport() {
return new BulkUserImportResource(session);
}
// @Path("admin/userimport")
// public BulkUserImportResource bulkUserImport() {
// return new BulkUserImportResource(session);
// }

}

0 comments on commit 7210a41

Please sign in to comment.