We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05aaa57 commit 1b3d495Copy full SHA for 1b3d495
src/main/java/me/TechsCode/ReleaseServer/WebRequestsHandler.java
@@ -1,18 +1,14 @@
1
package me.TechsCode.ReleaseServer;
2
3
-import com.sun.javafx.scene.text.HitInfo;
4
import me.TechsCode.ReleaseServer.github.GitHubUtil;
5
-import org.springframework.core.io.Resource;
6
import org.springframework.core.io.UrlResource;
7
import org.springframework.http.HttpHeaders;
8
import org.springframework.http.MediaType;
9
import org.springframework.http.ResponseEntity;
10
import org.springframework.web.bind.annotation.*;
11
12
import java.io.File;
13
-import java.io.UnsupportedEncodingException;
14
import java.net.MalformedURLException;
15
-import java.net.URLEncoder;
16
import java.util.List;
17
import java.util.Objects;
18
import java.util.Optional;
0 commit comments