UI sprint 2
Compare changes
@@ -13,6 +13,7 @@ import at.tuwien.service.QueryService;
@@ -13,6 +13,7 @@ import at.tuwien.service.QueryService;
@@ -27,6 +28,7 @@ import org.springframework.web.bind.annotation.RestController;
@@ -27,6 +28,7 @@ import org.springframework.web.bind.annotation.RestController;
@@ -77,7 +79,7 @@ public class QueryEndpoint {
@@ -77,7 +79,7 @@ public class QueryEndpoint {
public Response modify(@PathVariable Long id, @RequestBody ExecuteQueryDTO dto) throws DatabaseNotFoundException, ImageNotSupportedException, SQLSyntaxErrorException {
@@ -90,7 +92,7 @@ public class QueryEndpoint {
@@ -90,7 +92,7 @@ public class QueryEndpoint {
@ApiResponses(value = {@ApiResponse(code = 201, message = "result of Query with Timestamp", response = Response.class)})
public Response modify(@PathVariable Long id, @PathVariable String timestamp, @RequestBody ExecuteQueryDTO dto) throws DatabaseNotFoundException, ImageNotSupportedException, SQLSyntaxErrorException {