Merge pull request #19 from yaso-meth/Claim-Document-Generation

fix delete
This commit is contained in:
yaso-meth 2024-12-04 14:44:21 +02:00 committed by GitHub
commit 443eff9ed1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -199,7 +199,7 @@ class MIHClaimStatementGenerationApi {
if (response.statusCode == 200) {
//SQL delete
var response2 = await http.delete(
Uri.parse("${AppEnviroment.baseApiUrl}/files/claim-statement/delete"),
Uri.parse("${AppEnviroment.baseApiUrl}/files/claim-statement/delete/"),
headers: <String, String>{
"Content-Type": "application/json; charset=UTF-8"
},