TF-2461 Remove TimeOutInterceptor unnecessary

Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
dab246
2024-01-26 08:33:28 +07:00
committed by Dat H. Pham
parent a9124a37aa
commit d5210c23b0
4 changed files with 2 additions and 30 deletions
@@ -2,5 +2,4 @@ import 'package:core/data/network/config/service_path.dart';
class Endpoint {
static final ServicePath webFinger = ServicePath('/.well-known/webfinger');
static final ServicePath sessionPath = ServicePath('/.well-known/jmap');
}