Skip to content

Commit f768d0f

Browse files
committed
Ref #28310: remove old code
1 parent 2c579b1 commit f768d0f

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

src/main/java/eu/openanalytics/containerproxy/api/ProxyController.java

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -253,12 +253,4 @@ public ResponseEntity<ApiResponse<Proxy>> startProxy(@PathVariable String proxyS
253253
}
254254
}
255255

256-
257-
// TODO disable this by default
258-
// @RequestMapping(value="/api/proxy", method=RequestMethod.POST, produces=MediaType.APPLICATION_JSON_VALUE)
259-
// public ResponseEntity<Proxy> startProxy(@RequestBody ProxySpec proxySpec) {
260-
// Proxy proxy = proxyService.startProxy(proxySpec, false);
261-
// return new ResponseEntity<>(proxy, HttpStatus.CREATED);
262-
// }
263-
264256
}

0 commit comments

Comments
 (0)