8 lines
198 B
Dart
8 lines
198 B
Dart
import 'package:core/data/network/config/service_path.dart';
|
|
|
|
class Endpoint {
|
|
static const String oidc = '/oidc';
|
|
|
|
static final ServicePath webFinger = ServicePath('/.well-known/webfinger');
|
|
}
|