hotfix pretix

This commit is contained in:
2025-12-18 22:36:09 +01:00
parent 636708f650
commit 10ee58e113
2 changed files with 4 additions and 1 deletions
@@ -490,6 +490,9 @@ public class PretixManager implements SmartInitializingSingleton {
* @return the json element
*/
public JsonElement request(String path, HttpMethod method, MultiValueMap<String, String> queryParameters) {
if (path.startsWith(host)) {
path = path.replace(host, "");
}
return request(path, method, null, queryParameters);
}