fix: endpoints not adding /api

This commit is contained in:
Natalia Cholewa 2026-01-16 22:26:18 +01:00
commit cdf625294a

View file

@ -22,7 +22,7 @@ public class Endpoints {
} }
public String baseUrl() { public String baseUrl() {
return this.configService.getConfig().getServerUrl(); return this.configService.getConfig().getServerUrl() + "/api";
} }
public HttpRequest.Builder fetchAllRecipes(List<String> locales) { public HttpRequest.Builder fetchAllRecipes(List<String> locales) {