Added 'go back' functionality and fileinfos to Fileviewer
This commit is contained in:
@ -1,5 +1,4 @@
|
||||
import 'dart:convert';
|
||||
import 'dart:developer';
|
||||
import 'package:marianum_mobile/api/apiRequest.dart';
|
||||
import 'package:http/http.dart' as http;
|
||||
import 'package:marianum_mobile/api/webuntis/webuntisError.dart';
|
||||
@ -53,7 +52,6 @@ abstract class WebuntisApi extends ApiRequest {
|
||||
}
|
||||
|
||||
Future<http.Response> post(String data, Map<String, String>? headers) async {
|
||||
log("POST: $endpoint\n$data");
|
||||
return await http
|
||||
.post(endpoint, body: data, headers: headers)
|
||||
.timeout(
|
||||
|
Reference in New Issue
Block a user