shp파일 a 링크로 다운로드할때 이력 저장 변경
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package com.kamco.cd.kamcoback.inference;
|
||||
|
||||
import lombok.RequiredArgsConstructor;
|
||||
import org.springframework.web.bind.annotation.RequestMapping;
|
||||
import org.springframework.web.bind.annotation.RestController;
|
||||
|
||||
@RestController
|
||||
@RequiredArgsConstructor
|
||||
@RequestMapping("/api/inference/manual")
|
||||
public class InferenceManualApiController {}
|
||||
Reference in New Issue
Block a user