Skip to content

Commit

Permalink
Fix :: Type
Browse files Browse the repository at this point in the history
  • Loading branch information
yeseong0412 committed Jan 6, 2024
1 parent bcc469d commit 4af4b46
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/main/java/com/miracle/azure/ChatGPTController.java
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
package com.miracle.azure;

import lombok.RequiredArgsConstructor;
import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestPart;
import org.springframework.web.bind.annotation.RestController;
import org.springframework.web.bind.annotation.*;
import org.springframework.web.multipart.MultipartFile;

import java.io.IOException;
Expand Down

0 comments on commit 4af4b46

Please sign in to comment.