4 lines
63 B
Dart
4 lines
63 B
Dart
|
|
class ApiPath {
|
||
|
|
static const String login = "/auth/login";
|
||
|
|
}
|