Skip to content

Commit

Permalink
πŸš€ [DEPLOY] fastapi change ip
Browse files Browse the repository at this point in the history
  • Loading branch information
20210815 committed Sep 24, 2024
1 parent c0815e7 commit dbf4189
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ private void sendRequestToFastApi(String fileName, int evidenceId) {
"file_name", fileName,
"evidence_id", evidenceId
);

HttpEntity<Map<String, Object>> requestEntity = new HttpEntity<>(requestPayload, headers);

try {
Expand Down

0 comments on commit dbf4189

Please sign in to comment.