FhcAPI: expose getConfig function

This commit is contained in:
chfhtw
2025-09-05 14:04:41 +02:00
parent 1b76b852cf
commit ff061a3e95
+3
View File
@@ -546,6 +546,9 @@ export default {
} else {
console.error("FhcApi: method not allowed:", method);
}
},
getErrorHandler(config) {
return get_error_handler(config);
}
};