Update SureOpsController.java

This commit is contained in:
string 2025-04-26 09:47:11 +05:30
parent 68d0a29758
commit d9ffbdcc9a

View File

@ -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 {