change controller url

This commit is contained in:
Efstratios Giannopoulos 2024-03-06 16:00:50 +02:00
parent 44e057d2ee
commit fa598012d6
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ import org.springframework.web.bind.annotation.*;
* repository which mints a persistent digital object identifier (DOI) for each submission,
* which makes the stored dmps easily citeable.
*/
@RequestMapping("/api/file")
@RequestMapping("/api/file-transformer")
public interface FileTransformerController {