dce74b43e9
Signed-off-by: dab246 <tdvu@linagora.com>
7 lines
252 B
Dart
7 lines
252 B
Dart
import 'package:core/data/network/config/service_path.dart';
|
|
|
|
class Endpoint {
|
|
static final ServicePath webFinger = ServicePath('.well-known/webfinger');
|
|
static final ServicePath linagoraEcosystem = ServicePath('.well-known/linagora-ecosystem');
|
|
}
|