TF-2311 Set timeout when get session

Signed-off-by: dab246 <tdvu@linagora.com>

Signed-off-by: dab246 <tdvu@linagora.com>

Signed-off-by: dab246 <tdvu@linagora.com>
(cherry picked from commit 3e2c22c65101ee08e0e48ef0e4a737e510b387fb)
This commit is contained in:
dab246
2023-11-13 19:24:04 +07:00
committed by Dat Vu
parent 603acaa35a
commit 713c924c67
5 changed files with 33 additions and 5 deletions
@@ -2,4 +2,5 @@ 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');
}