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