sql für dev-mode
This commit is contained in:
@@ -69,7 +69,7 @@ public class RoomResource {
|
||||
|
||||
@GET
|
||||
@Path("/plan")
|
||||
@Cache(maxAge = 43200) // 12H
|
||||
@Cache(maxAge = 3600) // 1H
|
||||
@Produces("image/*")
|
||||
public Response getImage(@PathParam("image") String image) {
|
||||
byte[] roomplan = imageService.getRoomplan();
|
||||
|
||||
Reference in New Issue
Block a user