change controller url
This commit is contained in:
parent
44e057d2ee
commit
fa598012d6
|
@ -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 {
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue