ironing out erp bugs

This commit is contained in:
2025-09-27 01:09:05 +02:00
parent cbabff4c10
commit f1e2327732
41 changed files with 1440 additions and 516 deletions

View File

@@ -17,7 +17,7 @@ class Http {
LogInterceptor(
request: true,
responseBody: false,
requestBody: false,
requestBody: true,
error: true,
),
);