Update SureOpsController.java
This commit is contained in:
parent
68d0a29758
commit
d9ffbdcc9a
@ -40,7 +40,7 @@ public class SureOpsController {
|
|||||||
@Value("${projectPath}")
|
@Value("${projectPath}")
|
||||||
private String projectPath;
|
private String projectPath;
|
||||||
|
|
||||||
@GetMapping("/deploy")
|
@PostMapping("/deploy")
|
||||||
public ResponseEntity<?> makeScript(@RequestParam Integer projId, @RequestBody Map<String, String> pageHtmlMap)
|
public ResponseEntity<?> makeScript(@RequestParam Integer projId, @RequestBody Map<String, String> pageHtmlMap)
|
||||||
throws IOException, InterruptedException {
|
throws IOException, InterruptedException {
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user