fix: endpoints not adding /api
This commit is contained in:
parent
6764577e82
commit
4ee02fa722
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ public class Endpoints {
|
|||
}
|
||||
|
||||
public String baseUrl() {
|
||||
return this.configService.getConfig().getServerUrl();
|
||||
return this.configService.getConfig().getServerUrl() + "/api";
|
||||
}
|
||||
|
||||
public HttpRequest.Builder fetchAllRecipes(List<String> locales) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue