Files
workavia-mail-front/lib/features/login/data/network/endpoint.dart
T
dab246 713c924c67 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)
2023-11-21 16:54:33 +07:00

7 lines
234 B
Dart

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');
}