Skip to content
This repository was archived by the owner on Nov 19, 2025. It is now read-only.

Commit 1857dd7

Browse files
committed
update
1 parent 3c3792e commit 1857dd7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/utils/api_service.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ class ApiService {
157157
}) async {
158158
print('Connecting to: $baseUrl');
159159
print('API Key: ${apiKey.isNotEmpty ? "Set" : "Not set"}');
160+
print('File name: $fileName');
160161

161162
final url = Uri.parse('$baseUrl/upload_file');
162163

0 commit comments

Comments
 (0)