mirror of
https://github.com/dyiop/astute.git
synced 2025-04-05 21:10:16 -04:00
Add files via upload
This commit is contained in:
parent
37a33887b9
commit
5f2449d78c
|
@ -73,4 +73,13 @@ public class POResource {
|
|||
request.getQty(), request.getFee(), request.getServiceTypeId(), request.getRemainingQuantity());
|
||||
return new ApiResponse(ApiResponse.UPDATE_ACCESS_SUCESS).toResponse();
|
||||
}
|
||||
|
||||
// Misc
|
||||
@Path("/serviceTypes")
|
||||
@GET
|
||||
public Response getServiceTypes() throws AstuteException {
|
||||
return new ApiResponse(POService.getServiceTypes()).toResponse();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user