|
|
@@ -10,7 +10,6 @@ import org.springframework.web.bind.annotation.RequestMapping;
|
|
|
import org.springframework.web.bind.annotation.RestController;
|
|
|
|
|
|
@RestController
|
|
|
-@RequestMapping("/trufor/")
|
|
|
public class TruForController {
|
|
|
|
|
|
@Autowired
|
|
|
@@ -21,7 +20,7 @@ public class TruForController {
|
|
|
* @param entity
|
|
|
* @return
|
|
|
*/
|
|
|
- @PostMapping("result")
|
|
|
+ @PostMapping("/detect")
|
|
|
public BaseResultDto result(@RequestBody TruForCheckEntity entity){
|
|
|
return truForService.result(entity);
|
|
|
}
|