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