Fixed a typo in the path of a endpoint
parent
1b8f00175c
commit
d20e3b91cd
|
|
@ -89,7 +89,7 @@ public class ImExportApi {
|
|||
}
|
||||
|
||||
@POST
|
||||
@Path("/imports/{exportName}")
|
||||
@Path("/exports/{exportName}")
|
||||
@Consumes(MediaType.APPLICATION_JSON)
|
||||
@AuthorizationRequired
|
||||
@RequiresPrivilege(CoreConstants.PRIVILEGE_ADMIN)
|
||||
|
|
|
|||
Loading…
Reference in New Issue