Skip to content

Commit 4489158

Browse files
committed
Updated conversion URL path
1 parent 42f2389 commit 4489158

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/com/convertapi/ConvertApi.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ public static CompletableFuture<ConversionResult> convert(String fromFormat, Str
3030
CompletableFuture<ConversionResponse> completableResponse = CompletableFuture.supplyAsync(() -> {
3131
@SuppressWarnings("SpellCheckingInspection")
3232
HttpUrl url = Http.getUrlBuilder(config)
33+
.addPathSegment("convert")
3334
.addPathSegment(fromFormat)
3435
.addPathSegment("to")
3536
.addPathSegment(toFormat)

0 commit comments

Comments
 (0)