Skip to content

Commit

Permalink
Update FindUrlAndRequest.java
Browse files Browse the repository at this point in the history
  • Loading branch information
bit4woo committed May 7, 2024
1 parent 3bf741d commit cc30db2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/knife/FindUrlAndRequest.java
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ public void run() {
}

urls = choseURLPath(urls);

if (urls.size()<=0) return;
for (String url : urls) {
if (!url.startsWith("http://") && !url.startsWith("https://")) {
if (url.startsWith("/")) {
Expand Down

0 comments on commit cc30db2

Please sign in to comment.