Skip to content

Commit

Permalink
[FIX] Server URL 변경 #76
Browse files Browse the repository at this point in the history
  • Loading branch information
7beunseo committed Aug 5, 2024
1 parent 068b63c commit aadbb73
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public class EvidenceService {
private final S3Uploader s3Uploader;
private final RestTemplate restTemplate; // RestTemplate 주입
private final ViolenceSegmentRepository violenceSegmentRepository;
private final String FASTAPI_URL = "http://43.201.133.81/detect-violence/";
private final String FASTAPI_URL = "http://43.200.174.24/detect-violence/";

public EvidenceDetailResponseDTO updateFile(String username, CreateEvidenceDTO createEvidenceDTO, List<MultipartFile> fileUrls) throws IOException {
System.out.println(username);
Expand Down

0 comments on commit aadbb73

Please sign in to comment.