bug Update remove image to show on api docs

This commit is contained in:
Anthony Stirling 2024-10-18 22:22:44 +01:00 committed by GitHub
parent 84abd60c4f
commit 227d18a469
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,6 +9,7 @@ import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.*;
import io.swagger.v3.oas.annotations.Operation;
import io.swagger.v3.oas.annotations.tags.Tag;
import stirling.software.SPDF.model.api.PDFFile;
import stirling.software.SPDF.service.CustomPDDocumentFactory;