fix: s
This commit is contained in:
parent
ba956d60ac
commit
d2166abf7d
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ public class Endpoints {
|
||||||
|
|
||||||
public HttpRequest.Builder fetchAllRecipes(List<String> locales) {
|
public HttpRequest.Builder fetchAllRecipes(List<String> locales) {
|
||||||
String url = this.createApiUrl(
|
String url = this.createApiUrl(
|
||||||
"/recipe" +
|
"/recipes" +
|
||||||
"?locales=" + String.join(",", locales)
|
"?locales=" + String.join(",", locales)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue