Small fix
This commit is contained in:
parent
17b0f9bc06
commit
ad75ee1238
|
@ -29,7 +29,7 @@ public class MigrationController {
|
|||
|
||||
@GetMapping("dmps/migrate")
|
||||
@Transactional
|
||||
public String migrate() throws JsonProcessingException {
|
||||
public String migrateDmps() throws JsonProcessingException {
|
||||
return this.dmpMigrationService.migrate();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue