hotfix pretix
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user